diff options
author | Erik Johnston <erikj@jki.re> | 2017-05-17 16:28:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 16:28:50 +0100 |
commit | ace23463c51753cb3eff97d96d020d8fe436cb11 (patch) | |
tree | f9a16525aef27683f6808aea5e5213789280d998 /synapse | |
parent | Merge branch 'release-v0.21.0' of github.com:matrix-org/synapse into develop (diff) | |
parent | Fix users claimed non-exclusively by an app service don't get notifications #... (diff) | |
download | synapse-ace23463c51753cb3eff97d96d020d8fe436cb11.tar.xz |
Merge pull request #2216 from slipeer/app_services_interested_in_user
Fix users claimed non-exclusively by an app service don't get notific…
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/appservice.py | 7 | ||||
-rw-r--r-- | synapse/storage/push_rule.py | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/synapse/storage/appservice.py b/synapse/storage/appservice.py |