Files
snek/src
retoor 3cb9dbfb89 fix: prevent notification for own messages by deferring user assignment
The commit removes the `rooms` array and its initialization from the `App` constructor, and changes the `user` property assignment from an `await` call to a promise-based `.then()` callback. This ensures that `me.user` is set asynchronously after the constructor completes, preventing the notification system from triggering alerts for messages sent by the current user before their identity is fully loaded.
2025-02-02 22:21:43 +00:00
..