Add ruby version to Gemfile, move devDependencies in package.json to dependencies,
fix bug in process feed service
This commit is contained in:
parent
10739df458
commit
7951e7ffd5
4 changed files with 8 additions and 4 deletions
|
@ -56,6 +56,8 @@ class ProcessFeedService < BaseService
|
|||
end
|
||||
end
|
||||
|
||||
return if status.nil?
|
||||
|
||||
status.save!
|
||||
|
||||
NotifyService.new.call(status.reblog.account, status) if status.reblog? && status.reblog.account.local?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue