0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-15 17:18:19 +02:00

Ignore consent for support users

This commit is contained in:
Half-Shot 2019-08-23 09:15:10 +01:00
parent 886eceba3e
commit ae38e0569f

View file

@ -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",