0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-05 17:35:28 +02:00

Kill PROTOCOL_META since I'm not using it any more

This commit is contained in:
Paul "LeoNerd" Evans 2016-08-25 15:45:28 +01:00
parent 5474824975
commit d0b8d49f71

View file

@ -52,13 +52,6 @@ class ApplicationServiceApi(SimpleHttpClient):
pushing.
"""
PROTOCOL_META = {
# TODO(paul): Declare kinds of metadata in here
"gitter": {
"user_fields": ["username"],
}
}
def __init__(self, hs):
super(ApplicationServiceApi, self).__init__(hs)
self.clock = hs.get_clock()