Feed processing except fetching remote statuses
This commit is contained in:
parent
79baf2fd99
commit
9411e8c35a
2 changed files with 95 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue