about summary refs log tree commit diff
path: root/app/serializers/activitypub/hashtag_serializer.rb
AgeCommit message (Collapse)Author
2022-10-22Change featured tag updates to add/remove activity (#19409)Takeshi Umeda
* 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
2022-07-13Change how hashtags are normalized (#18795)Eugen Rochko
* Change how hashtags are normalized * Fix tests
2020-09-02Add featured hashtags as an ActivityPub collection (#11595)Eugen Rochko