mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-28 03:06:59 -05: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…
x
Reference in New Issue
Block a user