discourse/app
Alan Guo Xiang Tan 0403cda1d1
FIX: Error when publishing TopicTrackingState updates for certain topics (#19812)
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.
2023-01-11 06:15:52 +08:00
..
assets UX: improve use of space for readability of admin email modal (#19797) 2023-01-09 14:24:58 +01:00
controllers DEV: Apply syntax_tree formatting to app/* 2023-01-09 14:14:59 +00:00
helpers DEV: Apply syntax_tree formatting to app/* 2023-01-09 14:14:59 +00:00
jobs DEV: Fix threading error when running jobs immediately in system tests (#19811) 2023-01-10 13:41:25 +08:00
mailers DEV: Apply syntax_tree formatting to app/* 2023-01-09 14:14:59 +00:00
models FIX: Error when publishing TopicTrackingState updates for certain topics (#19812) 2023-01-11 06:15:52 +08:00
serializers DEV: Do not include method definitions in serializer attributes 2023-01-09 14:15:00 +00:00
services DEV: Apply syntax_tree formatting to app/* 2023-01-09 14:14:59 +00:00
views UX: add btn-primary class on email confirm page (#19803) 2023-01-09 15:26:56 -05:00