Merge pull request #548 from mouse-reeve/at-mentions
puts @'mentions directly in compose box
This commit is contained in:
commit
2809095966
5 changed files with 8 additions and 7 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