0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-22 19:09:00 +02:00
dendrite/userapi
Neil Alexander 98a5e410d7
Per-room consumers (#2293)
* Roomserver input refactoring — again!

* Ensure the actor runs again

* Preserve consumer after unsubscribe

* Another sprinkling of magic

* Rename `TopicFor` to `Prefixed`

* Recreate the stream if the config is bad

* Check streams too

* Prefix subjects, preserve inboxes

* Recreate if subjects wrong

* Remove stream subject

* Reconstruct properly

* Fix mutex unlock

* Comments

* Fix tests

* Don't drop events

* Review comments

* Separate `queueInputRoomEvents` function

* Re-jig control flow a bit
2022-03-23 10:20:18 +00:00
..
api Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
consumers Per-room consumers (#2293) 2022-03-23 10:20:18 +00:00
internal Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
inthttp Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
producers Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
storage Clean old notifications regularly (#2244) 2022-03-03 16:45:06 +00:00
util Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
userapi.go Per-room consumers (#2293) 2022-03-23 10:20:18 +00:00
userapi_test.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00