Change API to use properties instead of rows
This commit is contained in:
@@ -111,7 +111,7 @@ class ProfileStore(SQLBaseStore):
|
||||
retcols=("key", "content",),
|
||||
)
|
||||
|
||||
persona = {"rows": {
|
||||
persona = {"properties": {
|
||||
row["key"]: ujson.loads(row["content"])
|
||||
for row in rows
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user