From c804d6d43832eeb82c3065f274f65ed5f775e17a Mon Sep 17 00:00:00 2001 From: Rob Colbert Date: Sun, 14 Jul 2019 03:22:03 -0400 Subject: [PATCH] federation fix --- app/models/remote_profile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/remote_profile.rb b/app/models/remote_profile.rb index d79b8eb8..742d2b56 100644 --- a/app/models/remote_profile.rb +++ b/app/models/remote_profile.rb @@ -30,7 +30,7 @@ class RemoteProfile end def scope - @scope ||= author.at_xpath('./gabsocial:scope', gabsocial: OStatus::TagManager::MTDN_XMLNS)&.content + @scope ||= author.at_xpath('./mastodon:scope', mastodon: OStatus::TagManager::MTDN_XMLNS)&.content end def avatar