adzialocha / hoffnung3000

Platform for decentralized, anonymized, self-curated festivals
https://hoffnung3000.de
GNU Affero General Public License v3.0
36 stars 8 forks source link

Notification on new messages not appearing #45

Closed adzialocha closed 4 years ago

adzialocha commented 5 years ago

When receiving a new message the user does not get notified correctly. The expected behaviour is a nice flash message coming and the sidebar icon turning outlined, which happens when the app receives the hasNewMessage signal from the status request.

The /api/status should contain hasNewMessage: true but thats not the case. I guess there is something wrong inside the status controller.