forked from MirrorHub/synapse
Fix up federation PublicRoomList
This commit is contained in:
parent
958c968d02
commit
d88faf92d1
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ class PublicRoomList(BaseFederationServlet):
|
|||
PATH = "/publicRooms"
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def on_GET(self, request):
|
||||
def on_GET(self, origin, content, query):
|
||||
data = yield self.room_list_handler.get_local_public_room_list()
|
||||
defer.returnValue((200, data))
|
||||
|
||||
|
|
Loading…
Reference in a new issue