Skip to content
Snippets Groups Projects
Commit 1fd6eb69 authored by Erik Johnston's avatar Erik Johnston
Browse files

Enable auth on federation PublicRoomList

parent 128360d4
Branches
Tags
No related merge requests found
...@@ -532,11 +532,6 @@ class PublicRoomList(BaseFederationServlet): ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment