mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 03:24:59 -04:00
Improve performance of getting unread counts in rooms (#13119)
This commit is contained in:
parent
cdc0259449
commit
92a0c18ef0
6 changed files with 40 additions and 4 deletions
|
@ -270,6 +270,9 @@ class MockHomeserver:
|
|||
def get_instance_name(self) -> str:
|
||||
return "master"
|
||||
|
||||
def should_send_federation(self) -> bool:
|
||||
return False
|
||||
|
||||
|
||||
class Porter:
|
||||
def __init__(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue