there is a dumb bug where likes are targeting themselves
This commit is contained in:
parent
77fc40d404
commit
59ae829254
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ module NotificationsHelper
|
||||||
end
|
end
|
||||||
elsif note.instance_of?(Notifications::Liked)
|
elsif note.instance_of?(Notifications::Liked)
|
||||||
post = note.target
|
post = note.target
|
||||||
|
post = post.post if post.is_a? Like
|
||||||
if post
|
if post
|
||||||
"#{translation(target_type, post.author.name)} #{link_to t('notifications.post'), object_path(post), 'data-ref' => post.id, :class => 'hard_object_link'}".html_safe
|
"#{translation(target_type, post.author.name)} #{link_to t('notifications.post'), object_path(post), 'data-ref' => post.id, :class => 'hard_object_link'}".html_safe
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue