iachat/app/javascript/dashboard/store/modules/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 feat: Add Google Translate API Integration (#6454) 2023-02-15 20:50:45 -08:00
helpers chore: Enable Participating tab for conversations (#11714) 2026-04-15 17:03:39 +05:30
specs feat: Voice Channel (#11602) 2025-12-19 12:41:33 -08:00
actions.js chore: Enable Participating tab for conversations (#11714) 2026-04-15 17:03:39 +05:30
getters.js chore: Enable Participating tab for conversations (#11714) 2026-04-15 17:03:39 +05:30
helpers.js feat: Add a priority + created at sort for conversations (#13658) 2026-02-25 18:22:41 -08:00
index.js chore: Enable Participating tab for conversations (#11714) 2026-04-15 17:03:39 +05:30