dendrite/roomserver/internal
S7evinK 002429c9e2
Implement server notices (#2180)
* 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>
2022-02-18 16:05:03 +01:00
..
helpers Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
input Use process context for roomserver input (#2198) 2022-02-17 15:58:54 +00:00
perform Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
query Ensure only one transaction is used for RS input per room (#2178) 2022-02-11 17:40:14 +00:00
alias.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
api.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00