diff options
author | Erik Johnston <erik@matrix.org> | 2015-04-29 18:03:42 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-04-29 18:03:42 +0100 |
commit | 09177f4f2e237aa042cdb21cec91f4374d072332 (patch) | |
tree | b95cd0a6fed25c8174cf2f867ac194ea7b75dd21 /synapse/storage/pusher.py | |
parent | We store pusher data as bytes (diff) | |
download | synapse-09177f4f2e237aa042cdb21cec91f4374d072332.tar.xz |
Decode buffers in same thread
Diffstat (limited to '')
-rw-r--r-- | synapse/storage/pusher.py | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/synapse/storage/pusher.py b/synapse/storage/pusher.py |