discourse/plugins/chat/spec/system
Martin Brennan 8437081d94
FIX: Add MessageBust.last_id to chat channel subscriptions (#19255)
This commit adds variousMessageBus.last_ids to serializer payloads
for chat channels and the chat view (for chat live pane) so
we can use those IDs when subscribing to MessageBus channels
from chat.

This allows us to ensure that any messages created between the
server being hit and the UI loaded and subscribing end up being
delivered to the client, rather than just silently dropped.

This commit also fixes an issue where we were subscribing to
the new-messages and new-mentions MessageBus channels multiple
times when following/unfollowing a channel multiple times.
2022-12-02 10:57:53 +10:00
..
page_objects REFACTOR: naming and state refactor (#19187) 2022-11-25 14:15:38 +01:00
shortcuts REFACTOR: naming and state refactor (#19187) 2022-11-25 14:15:38 +01:00
hashtag_autocomplete_spec.rb FIX: Add MessageBust.last_id to chat channel subscriptions (#19255) 2022-12-02 10:57:53 +10:00
navigation_spec.rb UX: alters chat icon behavior on drawer and mobile (#19192) 2022-11-25 15:12:32 +01:00
sidebars_spec.rb FIX: ensures chat sidebar is present when core sidebar is disabled (#19197) 2022-11-25 19:28:10 +01:00