diff options
| author | Erik Johnston <erik@matrix.org> | 2015-08-21 09:36:07 +0100 | 
|---|---|---|
| committer | Erik Johnston <erik@matrix.org> | 2015-08-21 09:36:07 +0100 | 
| commit | 1f7642efa9f7165706593d745aab467b7fdddd67 (patch) | |
| tree | ea6656514641ee822fc74cef3e542ad8df69bdc1 | |
| parent | Add missing param in store.get_state_groups invocation (diff) | |
| download | synapse-1f7642efa9f7165706593d745aab467b7fdddd67.tar.xz | |
Fix bug where we didn't correctly serialize the redacted_because key over federation
Diffstat (limited to '')
| -rw-r--r-- | synapse/events/__init__.py | 5 | ||||
| -rw-r--r-- | synapse/storage/events.py | 2 | 
2 files changed, 6 insertions, 1 deletions
| diff --git a/synapse/events/__init__.py b/synapse/events/__init__.py | 
