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.
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 thestatus
request.The
/api/status
should containhasNewMessage: true
but thats not the case. I guess there is something wrong inside the status controller.