revert OStatus xmlns to mastodon.social

This commit is contained in:
robcolbert
2019-07-06 21:57:50 -04:00
parent b4d3acc18a
commit 948ba449fb
6 changed files with 8 additions and 8 deletions

View File

@@ -345,7 +345,7 @@ class OStatus::AtomSerializer
parent['xmlns:poco'] = OStatus::TagManager::POCO_XMLNS
parent['xmlns:media'] = OStatus::TagManager::MEDIA_XMLNS
parent['xmlns:ostatus'] = OStatus::TagManager::OS_XMLNS
parent['xmlns:gabsocial'] = OStatus::TagManager::GABSCL_XMLNS
parent['xmlns:gabsocial'] = OStatus::TagManager::MTDN_XMLNS
end
def serialize_status_attributes(entry, status)