mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 22:13:45 +08:00
0403cda1d1
When a topic belongs to category that is read restricted but permission has not been granted to any groups, publishing ceratin topic tracking state updates for the topic will result in the `MessageBus::InvalidMessageTarget` error being raised because we're passing `nil` to `group_ids` which is not support by MessageBus. This commit ensures that for said category above, we will publish the updates to the admin groups. |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |