diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-03-30 12:10:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 11:10:12 +0000 |
commit | c8cbd66d3ba6a6212c0934fcb9aa9b791797c269 (patch) | |
tree | 0246f10fe8bdac37a55891412be8f1c514dbaf7b /synapse | |
parent | Disable proactive sends for remote joins (#12330) (diff) | |
download | synapse-c8cbd66d3ba6a6212c0934fcb9aa9b791797c269.tar.xz |
Start application service stream token tracking from 1 (#12193)
Co-authored-by: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/presence.py | 2 | ||||
-rw-r--r-- | synapse/storage/databases/main/appservice.py | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/synapse/handlers/presence.py b/synapse/handlers/presence.py |