puts @'mentions directly in compose box

This commit is contained in:
Mouse Reeve
2021-01-19 16:16:22 -08:00
parent 0700a71803
commit 2411b4fe79
4 changed files with 7 additions and 6 deletions

View File

@ -86,8 +86,6 @@ class CreateStatus(View):
# add reply parent to mentions and notify
if status.reply_parent:
status.mention_users.add(status.reply_parent.user)
for mention_user in status.reply_parent.mention_users.all():
status.mention_users.add(mention_user)
if status.reply_parent.user.local:
create_notification(