mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:06:01 -04:00
Merge pull request #5902 from matrix-org/hs/exempt-support-users-from-consent
Exempt support users from consent
This commit is contained in:
commit
c8fa620d7a
5 changed files with 9 additions and 2 deletions
|
@ -56,6 +56,7 @@ class RegistrationWorkerStore(SQLBaseStore):
|
|||
"consent_server_notice_sent",
|
||||
"appservice_id",
|
||||
"creation_ts",
|
||||
"user_type",
|
||||
],
|
||||
allow_none=True,
|
||||
desc="get_user_by_id",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue