0
0
Fork 0

Fix favourite handling in ProcessInteractionService

This commit is contained in:
Eugen Rochko 2016-03-26 01:34:12 +01:00
parent 43bb8a25e7
commit da4b675aca
4 changed files with 8 additions and 10 deletions

View file

@ -61,6 +61,9 @@ class ProcessFeedService < BaseService
end
else
# What to do about remote user?
# Are we supposed to do a search in the database by URL?
# We could technically open the URL, look for LRDD tags, get webfinger that way,
# finally acquire the acct:username@domain form, and then check DB
end
end
end
@ -176,8 +179,4 @@ class ProcessFeedService < BaseService
def update_remote_profile_service
@update_remote_profile_service ||= UpdateRemoteProfileService.new
end
def fan_out_on_write_service
@fan_out_on_write_service ||= FanOutOnWriteService.new
end
end