mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-12 22:02:53 -04:00
Give sensible names for '_simple_...' transactions
This commit is contained in:
parent
fce0114005
commit
dc0c989ef4
13 changed files with 93 additions and 38 deletions
|
@ -31,6 +31,7 @@ class FilteringStore(SQLBaseStore):
|
|||
},
|
||||
retcol="filter_json",
|
||||
allow_none=False,
|
||||
desc="get_user_filter",
|
||||
)
|
||||
|
||||
defer.returnValue(json.loads(def_json))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue