mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 18:20:23 -04:00
Merge remote-tracking branch 'upstream/release-v1.47'
This commit is contained in:
commit
d61a2339b1
167 changed files with 3999 additions and 1283 deletions
|
@ -918,7 +918,7 @@ class RoomTypingRestServlet(RestServlet):
|
|||
# If we're not on the typing writer instance we should scream if we get
|
||||
# requests.
|
||||
self._is_typing_writer = (
|
||||
hs.config.worker.writers.typing == hs.get_instance_name()
|
||||
hs.get_instance_name() in hs.config.worker.writers.typing
|
||||
)
|
||||
|
||||
async def on_PUT(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue