mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 07:10:59 +00:00
Needed to await adding a mention
This commit is contained in:
parent
1cf1f2e543
commit
95bad674b5
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class FanOutStates(StateGraph):
|
|||
)
|
||||
# We might have been mentioned
|
||||
if fan_out.identity.id in mentioned:
|
||||
TimelineEvent.add_mentioned(
|
||||
await sync_to_async(TimelineEvent.add_mentioned)(
|
||||
identity=fan_out.identity,
|
||||
post=post,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue