Commit graph

9 commits

Author SHA1 Message Date
Till Faelligen 6948542cf1
Merge branch 'main' of github.com:matrix-org/dendrite into s7evink/usagestats 2022-10-06 07:21:44 +02:00
Till 8c0c3441d8
Add RoomEventType nats.Header to avoid unneeded unmarshalling (#2765) 2022-10-05 12:12:42 +02:00
Till Faelligen fc350e32ed
Fix issue with roomCounts always getting reset after a day change 2022-10-05 07:36:03 +02:00
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)