Add: スタンプにブロック・アカウントドメインブロックを反映 (#256)
* Add: スタンプにブロック・アカウントドメインブロックを反映 * Fix: 条件
This commit is contained in:
parent
cea042e7c9
commit
a7dec3c59b
3 changed files with 64 additions and 15 deletions
|
@ -55,7 +55,7 @@ class ActivityPub::Activity::Like < ActivityPub::Activity
|
|||
write_stream(reaction)
|
||||
|
||||
NotifyService.new.call(@original_status.account, :emoji_reaction, reaction) if @original_status.account.local?
|
||||
rescue Seahorse::Client::NetworkingError
|
||||
rescue Seahorse::Client::NetworkingError, ActiveRecord::RecordInvalid
|
||||
nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue