forked from FoundKeyGang/FoundKey
Resolve #5861
This commit is contained in:
parent
169f3ed541
commit
568ecd9477
1 changed files with 0 additions and 13 deletions
|
@ -36,19 +36,6 @@ export default Vue.extend({
|
||||||
|
|
||||||
mixins: [
|
mixins: [
|
||||||
paging({
|
paging({
|
||||||
onPrepend: (self, note) => {
|
|
||||||
// タブが非表示なら通知
|
|
||||||
if (document.hidden) {
|
|
||||||
if ('Notification' in window && Notification.permission === 'granted') {
|
|
||||||
new Notification(getUserName(note.user), {
|
|
||||||
body: getNoteSummary(note),
|
|
||||||
icon: note.user.avatarUrl,
|
|
||||||
tag: 'newNote'
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
before: (self) => {
|
before: (self) => {
|
||||||
self.$emit('before');
|
self.$emit('before');
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue