Add descriptions

This commit is contained in:
Erik Johnston 2016-02-03 16:22:35 +00:00
parent 33c71c3a4b
commit b84d59c5f0
4 changed files with 5 additions and 1 deletions

View file

@ -276,7 +276,8 @@ class ApplicationServiceTransactionStore(SQLBaseStore):
"application_services_state",
dict(as_id=service.id),
["state"],
allow_none=True
allow_none=True,
desc="get_appservice_state",
)
if result:
defer.returnValue(result.get("state"))