Fix logging description name in get_published_rooms()
This commit is contained in:
@@ -145,7 +145,7 @@ class RoomStore(SQLBaseStore):
|
||||
return rows
|
||||
|
||||
rows = yield self.runInteraction(
|
||||
"get_rooms", f
|
||||
"get_published_rooms", f
|
||||
)
|
||||
|
||||
ret = [
|
||||
|
||||
Reference in New Issue
Block a user