-
- Downloads
Add ability to follow hashtags (#18809)
Showing
- app/controllers/api/v1/featured_tags/suggestions_controller.rb 1 addition, 1 deletion...ontrollers/api/v1/featured_tags/suggestions_controller.rb
- app/controllers/api/v1/followed_tags_controller.rb 52 additions, 0 deletionsapp/controllers/api/v1/followed_tags_controller.rb
- app/controllers/api/v1/tags_controller.rb 29 additions, 0 deletionsapp/controllers/api/v1/tags_controller.rb
- app/controllers/api/v1/trends/tags_controller.rb 1 addition, 1 deletionapp/controllers/api/v1/trends/tags_controller.rb
- app/lib/feed_manager.rb 24 additions, 12 deletionsapp/lib/feed_manager.rb
- app/models/tag.rb 4 additions, 1 deletionapp/models/tag.rb
- app/models/tag_follow.rb 24 additions, 0 deletionsapp/models/tag_follow.rb
- app/presenters/tag_relationships_presenter.rb 15 additions, 0 deletionsapp/presenters/tag_relationships_presenter.rb
- app/serializers/rest/tag_serializer.rb 14 additions, 0 deletionsapp/serializers/rest/tag_serializer.rb
- app/services/fan_out_on_write_service.rb 14 additions, 1 deletionapp/services/fan_out_on_write_service.rb
- app/workers/feed_insert_worker.rb 5 additions, 3 deletionsapp/workers/feed_insert_worker.rb
- config/routes.rb 9 additions, 0 deletionsconfig/routes.rb
- db/migrate/20220714171049_create_tag_follows.rb 12 additions, 0 deletionsdb/migrate/20220714171049_create_tag_follows.rb
- db/schema.rb 12 additions, 1 deletiondb/schema.rb
- spec/controllers/api/v1/followed_tags_controller_spec.rb 23 additions, 0 deletionsspec/controllers/api/v1/followed_tags_controller_spec.rb
- spec/controllers/api/v1/tags_controller_spec.rb 82 additions, 0 deletionsspec/controllers/api/v1/tags_controller_spec.rb
- spec/fabricators/tag_follow_fabricator.rb 4 additions, 0 deletionsspec/fabricators/tag_follow_fabricator.rb
- spec/models/tag_follow_spec.rb 4 additions, 0 deletionsspec/models/tag_follow_spec.rb
Loading
Please register or sign in to comment