mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Declare 'gitter' known protocol, with user lookup
This commit is contained in:
parent
9899824b85
commit
965f33c901
@ -30,6 +30,9 @@ class ThirdPartyProtocolsServlet(RestServlet):
|
||||
|
||||
META = {
|
||||
# TODO(paul): Declare kinds of metadata in here
|
||||
"gitter": {
|
||||
"user_fields": ["username"],
|
||||
}
|
||||
}
|
||||
|
||||
def __init__(self, hs):
|
||||
|
Loading…
Reference in New Issue
Block a user