mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Spell "deferred" more correctly
This commit is contained in:
parent
57be722c46
commit
5897e773fd
@ -156,7 +156,7 @@ class TagsStore(SQLBaseStore):
|
|||||||
def remove_tag_from_room(self, user_id, room_id, tag):
|
def remove_tag_from_room(self, user_id, room_id, tag):
|
||||||
"""Remove a tag from a room for a user.
|
"""Remove a tag from a room for a user.
|
||||||
Returns:
|
Returns:
|
||||||
A deffered that completes once the tag has been removed
|
A deferred that completes once the tag has been removed
|
||||||
"""
|
"""
|
||||||
def remove_tag_txn(txn, next_id):
|
def remove_tag_txn(txn, next_id):
|
||||||
sql = (
|
sql = (
|
||||||
|
Loading…
Reference in New Issue
Block a user