Add cold-start follow recommendations (#15945)
parent
ad612652
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- app/controllers/admin/follow_recommendations_controller.rb 53 ajouts, 0 suppressionapp/controllers/admin/follow_recommendations_controller.rb
- app/controllers/api/v1/suggestions_controller.rb 1 ajout, 1 suppressionapp/controllers/api/v1/suggestions_controller.rb
- app/controllers/api/v2/suggestions_controller.rb 19 ajouts, 0 suppressionapp/controllers/api/v2/suggestions_controller.rb
- app/javascript/mastodon/actions/suggestions.js 4 ajouts, 4 suppressionsapp/javascript/mastodon/actions/suggestions.js
- app/javascript/mastodon/features/compose/components/search_results.js 6 ajouts, 6 suppressions...pt/mastodon/features/compose/components/search_results.js
- app/javascript/mastodon/reducers/suggestions.js 4 ajouts, 4 suppressionsapp/javascript/mastodon/reducers/suggestions.js
- app/lib/potential_friendship_tracker.rb 8 ajouts, 4 suppressionsapp/lib/potential_friendship_tracker.rb
- app/models/account.rb 2 ajouts, 1 suppressionapp/models/account.rb
- app/models/account_suggestions.rb 17 ajouts, 0 suppressionapp/models/account_suggestions.rb
- app/models/account_summary.rb 25 ajouts, 0 suppressionapp/models/account_summary.rb
- app/models/concerns/account_associations.rb 3 ajouts, 0 suppressionapp/models/concerns/account_associations.rb
- app/models/follow_recommendation.rb 39 ajouts, 0 suppressionapp/models/follow_recommendation.rb
- app/models/follow_recommendation_filter.rb 26 ajouts, 0 suppressionapp/models/follow_recommendation_filter.rb
- app/models/follow_recommendation_suppression.rb 28 ajouts, 0 suppressionapp/models/follow_recommendation_suppression.rb
- app/models/form/account_batch.rb 18 ajouts, 0 suppressionapp/models/form/account_batch.rb
- app/policies/follow_recommendation_policy.rb 15 ajouts, 0 suppressionapp/policies/follow_recommendation_policy.rb
- app/serializers/rest/suggestion_serializer.rb 7 ajouts, 0 suppressionapp/serializers/rest/suggestion_serializer.rb
- app/views/admin/follow_recommendations/_account.html.haml 20 ajouts, 0 suppressionapp/views/admin/follow_recommendations/_account.html.haml
- app/views/admin/follow_recommendations/show.html.haml 42 ajouts, 0 suppressionapp/views/admin/follow_recommendations/show.html.haml
- app/workers/scheduler/follow_recommendations_scheduler.rb 61 ajouts, 0 suppressionapp/workers/scheduler/follow_recommendations_scheduler.rb
app/models/account_suggestions.rb
0 → 100644
app/models/account_summary.rb
0 → 100644
app/models/follow_recommendation.rb
0 → 100644
app/models/follow_recommendation_filter.rb
0 → 100644
app/policies/follow_recommendation_policy.rb
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter