- Issue created by @Aporie
- last update
over 1 year ago 3 pass - @aporie opened merge request.
- last update
over 1 year ago 3 pass
Currently, the check to know if a message has been read is done in JavaScript. This produces a glitch on page load with the message disappearing.
This should be taken care from the backend.
Create a message
Dismiss the message and get a cookie in your browser
Reload the page, you will now see the message then being hidden via js.
Check should be done from backend.
Active
Code