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

This commit is contained in:
Claire
2020-12-09 14:42:33 +01:00
23 changed files with 235 additions and 212 deletions

View File

@@ -9,10 +9,6 @@ class REST::AccountFeaturedTagSerializer < ActiveModel::Serializer
object.tag.id.to_s
end
def name
"##{object.name}"
end
def url
short_account_tag_url(object.account, object.tag)
end