mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-12 15:02:17 -04:00
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…
Add table
Add a link
Reference in a new issue