mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Change featured tag updates to add/remove activity (#19409)
* Change featured tag updates to add/remove activity * Fix to check for the existence of feature tag * Rename service and worker * Merge AddHashtagSerializer with AddSerializer * Undo removal of sidekiq_options
This commit is contained in:
@@ -30,6 +30,10 @@ class FeaturedTag < ApplicationRecord
|
||||
|
||||
LIMIT = 10
|
||||
|
||||
def sign?
|
||||
true
|
||||
end
|
||||
|
||||
def name
|
||||
tag_id.present? ? tag.name : @name
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user