1
0
Fork 0

Merge pull request #548 from mouse-reeve/at-mentions

puts @'mentions directly in compose box
This commit is contained in:
Mouse Reeve 2021-01-20 09:35:18 -08:00 committed by GitHub
commit 2809095966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 7 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(