summary refs log tree commit diff
path: root/synapse/handlers/room.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/handlers/room.py')
-rw-r--r--synapse/handlers/room.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py
index 4bd027d9bb..46fe517957 100644
--- a/synapse/handlers/room.py
+++ b/synapse/handlers/room.py
@@ -532,7 +532,7 @@ class RoomMemberHandler(BaseHandler):
 class RoomListHandler(BaseHandler):
 
     @defer.inlineCallbacks
-    def get_public_room_list(self):
+    def get_published_rooms(self):
         chunk = yield self.store.get_rooms(is_public=True)
         results = yield defer.gatherResults(
             [