mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-24 04:05:53 -05:00
Fix remove number sign from account_featured_tags (#15277)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user