Commit graph

6 commits

Author SHA1 Message Date
Till Faelligen 459fc399bd
Don't bother storing data, if reporting is disabled 2022-09-29 14:00:55 +02:00
Till Faelligen 264789ddb9
Rename table, also report active rooms 2022-09-29 12:52:34 +02:00
Till Faelligen 78398775fd
Fix copy & paste error 2022-09-29 11:31:18 +02:00
Till Faelligen f284e8872f
Tweaks 2022-09-29 10:48:47 +02:00
Till Faelligen f48d0fb569
Collect message stats 2022-09-29 10:44:07 +02:00
Till 249b32c4f3
Refactor notifications (#2688)
This PR changes the handling of notifications
- removes the `StreamEvent` and `ReadUpdate` stream
- listens on the `OutputRoomEvent` stream in the UserAPI to inform the
SyncAPI about unread notifications
- listens on the `OutputReceiptEvent` stream in the UserAPI to set
receipts/update notifications
- sets the `read_markers` directly from within the internal UserAPI

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-09-27 15:01:34 +02:00
Renamed from userapi/consumers/syncapi_streamevent.go (Browse further)