diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-02 12:11:52 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-02 12:12:14 +0100 |
commit | 4b8244fbf85df081e3abfa7a8e8754b66d671f49 (patch) | |
tree | 7f4990fb341949eb4f081000c3c7c077ceb51fd9 /synapse | |
parent | Whoops: Put /events parameters object in the right part of the api tree. (diff) | |
download | synapse-4b8244fbf85df081e3abfa7a8e8754b66d671f49.tar.xz |
Fix bug where we didn't correctly store the ops power levels event.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/api/auth.py | 5 | ||||
-rw-r--r-- | synapse/storage/__init__.py | 3 | ||||
-rw-r--r-- | synapse/storage/room.py | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py |