mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-13 16:01:20 -05:00
Enable auth on federation PublicRoomList
This commit is contained in:
parent
128360d4f0
commit
1fd6eb695d
@ -532,11 +532,6 @@ class PublicRoomList(BaseFederationServlet):
|
|||||||
data = yield self.room_list_handler.get_local_public_room_list()
|
data = yield self.room_list_handler.get_local_public_room_list()
|
||||||
defer.returnValue((200, data))
|
defer.returnValue((200, data))
|
||||||
|
|
||||||
# Avoid doing remote HS authorization checks which are done by default by
|
|
||||||
# BaseFederationServlet.
|
|
||||||
def _wrap(self, code):
|
|
||||||
return code
|
|
||||||
|
|
||||||
|
|
||||||
SERVLET_CLASSES = (
|
SERVLET_CLASSES = (
|
||||||
FederationSendServlet,
|
FederationSendServlet,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user