diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-14 14:30:25 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-14 14:30:25 +0100 |
commit | 6d6a1c3454ae787e3878202a8e41341ddcf7bee0 (patch) | |
tree | 1376ad1825e21a4a60b190141e862800111bc808 /synapse/storage | |
parent | Change relative db paths to absolute paths in case we daemonize. (diff) | |
download | synapse-6d6a1c3454ae787e3878202a8e41341ddcf7bee0.tar.xz |
Actually encode dicts as json in the DB
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/__init__.py | 4 | ||||
-rw-r--r-- | synapse/storage/_base.py | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py |