Declare 'gitter' known protocol, with user lookup

pull/1041/head
Paul "LeoNerd" Evans 2016-08-24 12:34:03 +01:00
parent 9899824b85
commit 965f33c901
1 changed files with 3 additions and 0 deletions

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):