Fix repost notifications
This commit is contained in:
parent
c4fdb46df7
commit
bcaf6a08c7
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ pub async fn create_post(
|
||||||
&transaction,
|
&transaction,
|
||||||
&db_post.author_id,
|
&db_post.author_id,
|
||||||
&repost_of_author.id,
|
&repost_of_author.id,
|
||||||
&db_post.id,
|
repost_of_id,
|
||||||
).await?;
|
).await?;
|
||||||
notified_users.push(repost_of_author.id);
|
notified_users.push(repost_of_author.id);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue