mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
buddy_data: Don't require coverage for error logging.
This commit is contained in:
@@ -471,6 +471,7 @@ export function get_conversation_participants(): Set<number> {
|
||||
message_lists.current.all_messages(),
|
||||
).visible();
|
||||
if (!_.isEqual(participant_ids_set, conversation_participants)) {
|
||||
/* istanbul ignore next */
|
||||
blueslip.error("Participants calculations disagree", {
|
||||
participant_ids_set,
|
||||
conversation_participants,
|
||||
|
||||
Reference in New Issue
Block a user