forked from MirrorHub/synapse
Add missing servlet to list
This commit is contained in:
parent
b26d85c30f
commit
c178e4e6ca
1 changed files with 1 additions and 0 deletions
|
@ -361,4 +361,5 @@ SERVLET_CLASSES = (
|
||||||
FederationInviteServlet,
|
FederationInviteServlet,
|
||||||
FederationQueryAuthServlet,
|
FederationQueryAuthServlet,
|
||||||
FederationGetMissingEventsServlet,
|
FederationGetMissingEventsServlet,
|
||||||
|
FederationEventAuthServlet,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue