diff options
author | Erik Johnston <erik@matrix.org> | 2016-09-08 15:04:46 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-09-08 15:07:38 +0100 |
commit | 8b93af662d432cf6b3d36cbbcbd4dd2427bde658 (patch) | |
tree | 93b3d737d39697dacd43e222b2dab7d899d432b4 /synapse/handlers | |
parent | Merge pull request #1074 from matrix-org/markjh/direct_to_device_federation (diff) | |
download | synapse-8b93af662d432cf6b3d36cbbcbd4dd2427bde658.tar.xz |
Check the user_id for presence/typing matches origin
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/presence.py | 7 | ||||
-rw-r--r-- | synapse/handlers/typing.py | 9 |
2 files changed, 15 insertions, 1 deletions
diff --git a/synapse/handlers/presence.py b/synapse/handlers/presence.py |