mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 18:04:49 -04:00
Fix bug where we didn't correctly store the ops power levels event.
This commit is contained in:
parent
4ac80b8570
commit
4b8244fbf8
3 changed files with 9 additions and 1 deletions
|
@ -328,7 +328,7 @@ class RoomStore(SQLBaseStore):
|
|||
|
||||
self._simple_insert_txn(
|
||||
txn,
|
||||
"room_send_event_levels",
|
||||
"room_ops_levels",
|
||||
content,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue