Skip to content

Make notifications more useful

Tobias Fella requested to merge work/tobias/notifications into master
  • Refactor and cleanup code
  • Don't paginate through notifications - it spams the server with requests and realistically only contains anything relevant on startup after a long time, in which case you're going to lose some notification anyway
  • Only show newest notification for the respective room, closing the old notification if one exists
  • Only show text of this notification

BUG: 475228

Merge request reports