Skip to content
Snippets Groups Projects
Commit d0b8d49f authored by Paul "LeoNerd" Evans's avatar Paul "LeoNerd" Evans
Browse files

Kill PROTOCOL_META since I'm not using it any more

parent 54748249
No related branches found
No related tags found
No related merge requests found
...@@ -52,13 +52,6 @@ class ApplicationServiceApi(SimpleHttpClient): ...@@ -52,13 +52,6 @@ class ApplicationServiceApi(SimpleHttpClient):
pushing. pushing.
""" """
PROTOCOL_META = {
# TODO(paul): Declare kinds of metadata in here
"gitter": {
"user_fields": ["username"],
}
}
def __init__(self, hs): def __init__(self, hs):
super(ApplicationServiceApi, self).__init__(hs) super(ApplicationServiceApi, self).__init__(hs)
self.clock = hs.get_clock() self.clock = hs.get_clock()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment