mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 01:21:09 +03:00
Fix logging description name in get_published_rooms()
This commit is contained in:
parent
a197d2492f
commit
1ecbb260d0
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class RoomStore(SQLBaseStore):
|
||||||
return rows
|
return rows
|
||||||
|
|
||||||
rows = yield self.runInteraction(
|
rows = yield self.runInteraction(
|
||||||
"get_rooms", f
|
"get_published_rooms", f
|
||||||
)
|
)
|
||||||
|
|
||||||
ret = [
|
ret = [
|
||||||
|
|
Loading…
Reference in a new issue