iachat/app/javascript/dashboard/store/modules/specs/conversations
Sojan Jose b96bf41234
chore: Enable Participating tab for conversations (#11714)
## Summary

This PR enables the **Participating** conversation view in the main
sidebar and keeps the behavior aligned with existing conversation views.

## What changed

- Added **Participating** under Conversations in the new sidebar.
- Added a guard in conversation realtime `addConversation` flow so
generic `conversation.created` events are not injected while the user is
on Participating view.
- Added participating route mapping in conversation-list redirect helper
so list redirects resolve correctly to `/participating/conversations`.

## Scope notes

- Kept changes minimal and consistent with current `develop` behavior.
- No additional update-event filtering was added beyond what existing
views already do.

---------


Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: iamsivin <iamsivin@gmail.com>
2026-04-15 17:03:39 +05:30
..
actions.spec.js fix: Wrong assignee displayed after switching conversations (#13501) 2026-02-10 15:23:55 +05:30
conversations.fixtures.js fix: Update broken specs (#8651) 2024-01-05 13:09:09 -08:00
getters.spec.js chore: Enable Participating tab for conversations (#11714) 2026-04-15 17:03:39 +05:30
helpers.spec.js feat: Add a view for unattended conversations (#5890) 2022-11-29 08:18:00 -08:00
mutations.spec.js chore: Enable Participating tab for conversations (#11714) 2026-04-15 17:03:39 +05:30
testConversationResponse.js feat: Add Advanced Conversation Filters (#3239) 2021-11-18 19:15:02 +05:30