Polishing, prepare for proxying 3PID sessions
This commit is contained in:
@@ -81,17 +81,19 @@ threepid:
|
||||
template:
|
||||
invite: 'classpath:email/invite-template.eml'
|
||||
session:
|
||||
validation: 'classpath:email/validate-template.eml'
|
||||
validation:
|
||||
local: 'classpath:email/validate-local-template.eml'
|
||||
remote: 'classpath:email/validate-remote-template.eml'
|
||||
|
||||
session.policy.validation:
|
||||
enabled: true
|
||||
forLocal:
|
||||
enabled: true
|
||||
toLocal: true
|
||||
toLocal: true # This should not be changed unless you know exactly the implications!
|
||||
toRemote: true
|
||||
forRemote:
|
||||
enabled: true
|
||||
toLocal: true # This should not be changed unless you know exactly the implications!
|
||||
toLocal: true
|
||||
toRemote: true
|
||||
|
||||
storage:
|
||||
|
||||
Reference in New Issue
Block a user