diff options
author | Erik Johnston <erik@matrix.org> | 2022-04-26 17:07:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 17:07:21 +0100 |
commit | f59e3f4c900b3961e2b96592a67cd2f0821b00db (patch) | |
tree | 06407ee7ebadca9d531a01085c3696a95182f2db /synapse | |
parent | Comment out dodgy log-kv (#12554) (diff) | |
download | synapse-f59e3f4c900b3961e2b96592a67cd2f0821b00db.tar.xz |
Mark remote device list updates as already handled (#12557)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/device.py | 5 | ||||
-rw-r--r-- | synapse/storage/databases/main/devices.py | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/synapse/handlers/device.py b/synapse/handlers/device.py |