Missing type

This commit is contained in:
Hugh Nimmo-Smith
2023-10-03 11:56:52 +01:00
committed by Quentin Gliech
parent 8c6afffa49
commit 0617969927

View File

@@ -49,4 +49,5 @@ export interface SynapseConfig {
enable_registration_captcha?: boolean;
enable_registration?: boolean;
user_consent?: {};
enable_3pid_changes?: boolean;
}