0
0
Fork 0

Feed processing except fetching remote statuses

This commit is contained in:
Eugen Rochko 2016-02-24 01:28:53 +01:00
parent 79baf2fd99
commit 9411e8c35a
2 changed files with 95 additions and 14 deletions

View file

@ -46,6 +46,8 @@ class ProcessInteractionService
def verb(xml)
xml.at_xpath('//activity:verb').content.gsub('http://activitystrea.ms/schema/1.0/', '').to_sym
rescue
:post
end
def follow!(account, target_account)