Merge branch 'master' into glitch-soc/merge-upstream

This commit is contained in:
Thibaut Girka
2020-02-06 21:36:38 +01:00
156 changed files with 1830 additions and 544 deletions
@@ -41,5 +41,9 @@ class REST::AnnouncementSerializer < ActiveModel::Serializer
def url
ActivityPub::TagManager.instance.url_for(object)
end
def acct
object.pretty_acct
end
end
end
+1 -1
View File
@@ -147,7 +147,7 @@ class REST::StatusSerializer < ActiveModel::Serializer
end
def acct
object.account_acct
object.account.pretty_acct
end
end