1
0

Remove some unused constants. (#7644)

This commit is contained in:
Richard van der Hoff
2020-06-05 14:33:35 +01:00
committed by GitHub
parent f1e61ef85c
commit b4f8dcb4bd
2 changed files with 1 additions and 4 deletions

1
changelog.d/7644.misc Normal file
View File

@@ -0,0 +1 @@
Remove some unused constants.

View File

@@ -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"