diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-24 17:19:09 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-24 17:19:09 +0000 |
commit | 3d5f1ebf064454fe347485e00a98fcb89ef396f1 (patch) | |
tree | 9024af0746b5d0539f5a1096dbc08c75bc38b894 /synapse | |
parent | Let synctl use a config directory. (#5904) (diff) | |
parent | Merge pull request #5902 from matrix-org/hs/exempt-support-users-from-consent (diff) | |
download | synapse-3d5f1ebf064454fe347485e00a98fcb89ef396f1.tar.xz |
Merge pull request #5902 from matrix-org/hs/exempt-support-users-from-consent
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/api/constants.py | 3 | ||||
-rw-r--r-- | synapse/handlers/message.py | 5 | ||||
-rw-r--r-- | synapse/storage/registration.py | 1 |
3 files changed, 7 insertions, 2 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py |