1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2024-12-18 17:10:43 +03:00

Fix logging description name in get_published_rooms()

This commit is contained in:
Paul "LeoNerd" Evans 2015-06-18 15:00:50 +01:00
parent a197d2492f
commit 1ecbb260d0

View file

@ -145,7 +145,7 @@ class RoomStore(SQLBaseStore):
return rows
rows = yield self.runInteraction(
"get_rooms", f
"get_published_rooms", f
)
ret = [