Introduce OStatus::TagManager (#5008)
This commit is contained in:
committed by
Eugen Rochko
parent
df1ce2350c
commit
bb4d005a83
@ -9,7 +9,7 @@ class VerifySalmonService < BaseService
|
||||
xml = Nokogiri::XML(body)
|
||||
xml.encoding = 'utf-8'
|
||||
|
||||
account = author_from_xml(xml.at_xpath('/xmlns:entry', xmlns: TagManager::XMLNS))
|
||||
account = author_from_xml(xml.at_xpath('/xmlns:entry', xmlns: OStatus::TagManager::XMLNS))
|
||||
|
||||
if account.nil?
|
||||
false
|
||||
|
Reference in New Issue
Block a user