mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:24:48 -04:00
Capitalize contants
This commit is contained in:
parent
d5cc794598
commit
b49a30a972
2 changed files with 6 additions and 6 deletions
|
@ -90,5 +90,5 @@ class RejectedReason(object):
|
|||
|
||||
|
||||
class RoomCreationPreset(object):
|
||||
PrivateChat = "private_chat"
|
||||
PublicChat = "public_chat"
|
||||
PRIVATE_CHAT = "private_chat"
|
||||
PUBLIC_CHAT = "public_chat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue