mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-19 21:14:37 -04:00
Merge pull request #3030 from matrix-org/erikj/no_ujson
Remove last usage of ujson
This commit is contained in:
commit
e6d87c93f3
2 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,7 @@ from synapse.api.errors import SynapseError
|
|||
|
||||
from ._base import SQLBaseStore
|
||||
|
||||
import ujson as json
|
||||
import simplejson as json
|
||||
|
||||
|
||||
# The category ID for the "default" category. We don't store as null in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue