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