puts @'mentions directly in compose box
This commit is contained in:
parent
0700a71803
commit
2411b4fe79
4 changed files with 7 additions and 6 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue