Declare 'gitter' known protocol, with user lookup
This commit is contained in:
parent
9899824b85
commit
965f33c901
|
@ -30,6 +30,9 @@ class ThirdPartyProtocolsServlet(RestServlet):
|
||||||
|
|
||||||
META = {
|
META = {
|
||||||
# TODO(paul): Declare kinds of metadata in here
|
# TODO(paul): Declare kinds of metadata in here
|
||||||
|
"gitter": {
|
||||||
|
"user_fields": ["username"],
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, hs):
|
def __init__(self, hs):
|
||||||
|
|
Loading…
Reference in New Issue