summary refs log tree commit diff
path: root/synapse/storage/search.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-03-26 11:29:10 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-03-26 11:29:10 +0100
commit36c43eef17173439cd8f6773e4994bc4d5086d3d (patch)
tree1fd10b3477d49b248cf0d8f86f5a6ad44dc8b149 /synapse/storage/search.py
parentmore simplejson (diff)
parentfix typo (diff)
downloadsynapse-36c43eef17173439cd8f6773e4994bc4d5086d3d.tar.xz
Merge branch 'develop' of https://github.com/matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse/storage/search.py')
-rw-r--r--synapse/storage/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/search.py b/synapse/storage/search.py

index 52ad196e9e..171e8905c1 100644 --- a/synapse/storage/search.py +++ b/synapse/storage/search.py
@@ -16,7 +16,7 @@ from collections import namedtuple import logging import re -import ujson as json +import simplejson as json from twisted.internet import defer