mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 10:10:04 +08:00
DEV: moves channel-archive-status to channels subscriptions (#19567)
It was quite an oddball because its a global subscription created on each channel. channels manager now allows us to elegantly solve this case.
This commit is contained in:
@ -90,6 +90,7 @@ describe Chat::Api::ChatCurrentUserChannelsController do
|
||||
expect(ids["channel_edits"]).not_to eq(nil)
|
||||
expect(ids["channel_status"]).not_to eq(nil)
|
||||
expect(ids["new_channel"]).not_to eq(nil)
|
||||
expect(ids["archive_status"]).not_to eq(nil)
|
||||
end
|
||||
|
||||
response.parsed_body["public_channels"][0]["meta"]["message_bus_last_ids"].tap do |ids|
|
||||
|
Reference in New Issue
Block a user