Declare 'gitter' known protocol, with user lookup

This commit is contained in:
Paul "LeoNerd" Evans 2016-08-24 12:34:03 +01:00
parent 9899824b85
commit 965f33c901

View File

@ -30,6 +30,9 @@ class ThirdPartyProtocolsServlet(RestServlet):
META = {
# TODO(paul): Declare kinds of metadata in here
"gitter": {
"user_fields": ["username"],
}
}
def __init__(self, hs):