0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-02 22:48:57 +02:00
synapse/changelog.d
Patrick Cloke bb4b11846f
Add missing type hints to handlers and fix a Spam Checker type hint. (#9896)
The user_may_create_room_alias method on spam checkers
declared the room_alias parameter as a str when in reality it is
passed a RoomAlias object.
2021-04-29 07:17:28 -04:00
..
.gitignore
9885.misc Add type hints to presence handler (#9885) 2021-04-28 11:07:47 +01:00
9886.misc Reduce memory footprint of caches (#9886) 2021-04-28 11:59:28 +01:00
9889.feature Delete room endpoint (#9889) 2021-04-29 10:31:45 +01:00
9889.removal Delete room endpoint (#9889) 2021-04-29 10:31:45 +01:00
9895.bugfix Use the parent's logging context name for runWithConnection. (#9895) 2021-04-28 07:44:52 -04:00
9896.bugfix Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) 2021-04-29 07:17:28 -04:00
9896.misc Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) 2021-04-29 07:17:28 -04:00
9900.bugfix Fix tight loop handling presence replication. (#9900) 2021-04-28 14:42:50 +01:00