mirror of https://github.com/tootsuite/mastodon
Mitigate inconsistent notifications
parent
61aee0006e
commit
cea9fb31fe
|
@ -39,9 +39,9 @@ class Notification < ApplicationRecord
|
|||
def target_status
|
||||
case type
|
||||
when :reblog
|
||||
activity.reblog
|
||||
activity&.reblog
|
||||
when :favourite, :mention
|
||||
activity.status
|
||||
activity&.status
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue