mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 02:59:07 +08:00
`reactions_received` built its post list with `filter_allowed_categories`, which only scopes by category. We should be checking it as we would for a regular post list With this change, this method is in line with `reactions_given`, which already runs its results through a visibility guard. relates to: PATCH-1292 Co-authored-by: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| config | ||
| db | ||
| lib | ||
| public/images/upcoming_changes | ||
| spec | ||
| test/javascripts | ||
| package.json | ||
| plugin.rb | ||
| README.md | ||
| tsconfig.json | ||
Discourse Reactions
Discourse-reactions is a plugin that allows user to add their reactions to the post.
For more information, please see: https://meta.discourse.org/t/discourse-reactions-beyond-likes/183261