0
0
Fork 0

Add ruby version to Gemfile, move devDependencies in package.json to dependencies,

fix bug in process feed service
This commit is contained in:
Eugen Rochko 2017-01-11 15:39:31 +01:00
parent 10739df458
commit 7951e7ffd5
4 changed files with 8 additions and 4 deletions

View file

@ -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?