mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-15 17:51:10 +00:00
Remove some unused constants. (#7644)
This commit is contained in:
parent
f1e61ef85c
commit
b4f8dcb4bd
2 changed files with 1 additions and 4 deletions
1
changelog.d/7644.misc
Normal file
1
changelog.d/7644.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Remove some unused constants.
|
|
@ -64,10 +64,6 @@ class LoginType(object):
|
|||
SSO = "org.matrix.login.sso"
|
||||
DUMMY = "m.login.dummy"
|
||||
|
||||
# Only for C/S API v1
|
||||
APPLICATION_SERVICE = "m.login.application_service"
|
||||
SHARED_SECRET = "org.matrix.login.shared_secret"
|
||||
|
||||
|
||||
class EventTypes(object):
|
||||
Member = "m.room.member"
|
||||
|
|
Loading…
Reference in a new issue