Real time notifications?

Dominik L Posted in Component Development 1 year ago

Hey, I've got a question.

Can someone create a component for real time notifications?

When someone comment my post or likes my post, I don't get notifications until I reload the page, when I receive a new message, then the little chat window on the bottom of the page shows instantly but the chat notification in the topbar doesn't show anything.

Can somone provide a component so that every notification is shown in real time?

Replies
German Dominik L Replied 1 year ago

it works, thank you so much! :)

German Michael Zülsdorff Replied 1 year ago

By default, notifications are getting updated in intervals of 60.000 milliseconds (= once in a minute) automatically and the little red counter on the topbar appears or gets incremented.
See components/OssnNotifications/plugins/default/notifications/js/autocheck.php
If this isn't working at your site, please file a bug report.