mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 03:24:03 -05:00
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/state_ids
This commit is contained in:
commit
30961182f2
8 changed files with 77 additions and 15 deletions
|
|
@ -85,3 +85,8 @@ class RoomCreationPreset(object):
|
|||
PRIVATE_CHAT = "private_chat"
|
||||
PUBLIC_CHAT = "public_chat"
|
||||
TRUSTED_PRIVATE_CHAT = "trusted_private_chat"
|
||||
|
||||
|
||||
class ThirdPartyEntityKind(object):
|
||||
USER = "user"
|
||||
LOCATION = "location"
|
||||
|
|
|
|||
|
|
@ -25,4 +25,3 @@ SERVER_KEY_PREFIX = "/_matrix/key/v1"
|
|||
SERVER_KEY_V2_PREFIX = "/_matrix/key/v2"
|
||||
MEDIA_PREFIX = "/_matrix/media/r0"
|
||||
LEGACY_MEDIA_PREFIX = "/_matrix/media/v1"
|
||||
APP_SERVICE_PREFIX = "/_matrix/appservice/v1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue