mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 12:26:17 -04:00
Merge pull request #3659 from matrix-org/erikj/split_profiles
Allow profile updates to happen on workers
This commit is contained in:
commit
764030cf63
9 changed files with 78 additions and 44 deletions
|
@ -265,6 +265,7 @@ Handles some event creation. It can handle REST endpoints matching::
|
|||
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/send
|
||||
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$
|
||||
^/_matrix/client/(api/v1|r0|unstable)/join/
|
||||
^/_matrix/client/(api/v1|r0|unstable)/profile/
|
||||
|
||||
It will create events locally and then send them on to the main synapse
|
||||
instance to be persisted and handled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue