mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Update webapp/components/notifications/NotificationMenu/NotificationMenu.vue
Changed to `NOTIFICATIONS_POLL_INTERVAL` Co-Authored-By: Robert Schäfer <git@roschaefer.de>
This commit is contained in:
parent
99dafcda64
commit
a667d5cd85
@ -113,7 +113,7 @@ export default {
|
|||||||
return notificationQuery(this.$i18n)
|
return notificationQuery(this.$i18n)
|
||||||
},
|
},
|
||||||
pollInterval() {
|
pollInterval() {
|
||||||
return REFRESH_MILLISEC
|
return NOTIFICATIONS_POLL_INTERVAL
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user