mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 09:06:06 -04:00
Add replication stream for pushers
This commit is contained in:
parent
e462aa97bf
commit
b6e8420aee
6 changed files with 107 additions and 18 deletions
|
@ -131,6 +131,7 @@ class ReplicationResourceCase(unittest.TestCase):
|
|||
test_timeout_tag_account_data = _test_timeout("tag_account_data")
|
||||
test_timeout_backfill = _test_timeout("backfill")
|
||||
test_timeout_push_rules = _test_timeout("push_rules")
|
||||
test_timeout_pushers = _test_timeout("pushers")
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def send_text_message(self, room_id, message):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue