002429c9e2
* Add server_notices config * Disallow rejecting "server notice" invites * Update config * Slightly refactor sendEvent and CreateRoom so it can be reused * Implement unspecced server notices * Validate the request * Set the user api when starting * Rename function/variables * Update comments * Update config * Set the avatar on account creation * Update test * Only create the account when starting Only add routes if sever notices are enabled * Use reserver username Check that we actually got roomData * Add check for admin account Enable server notices for CI Return same values as Synapse * Add custom error for rejecting server notice invite * Move building an invite to it's own function, for reusability * Don't create new rooms, use the existing one (follow Synapse behavior) Co-authored-by: kegsay <kegan@matrix.org> |
||
---|---|---|
.. | ||
account_data.go | ||
admin_whois.go | ||
aliases.go | ||
auth_fallback.go | ||
capabilities.go | ||
createroom.go | ||
deactivate.go | ||
device.go | ||
directory_public_test.go | ||
directory_public.go | ||
directory.go | ||
getevent.go | ||
joinroom.go | ||
key_backup.go | ||
key_crosssigning.go | ||
keys.go | ||
leaveroom.go | ||
login.go | ||
logout.go | ||
membership.go | ||
memberships.go | ||
openid.go | ||
password.go | ||
peekroom.go | ||
profile.go | ||
receipt.go | ||
redaction.go | ||
register_secret_test.go | ||
register_secret.go | ||
register_test.go | ||
register.go | ||
room_tagging.go | ||
routing.go | ||
sendevent.go | ||
sendtodevice.go | ||
sendtyping.go | ||
server_notices_test.go | ||
server_notices.go | ||
state.go | ||
threepid.go | ||
userdirectory.go | ||
voip.go | ||
whoami.go |