iachat/app/controllers/api/v1
Gabriel Jablonski bd61458720
fix(internal-chat): use internal_chat_channel_id in delete payloads (#270)
Backend broadcast payloads for internal_chat.message.deleted and
internal_chat.reaction.deleted used channel_id as the key, but the
frontend ActionCable handlers (and all other internal-chat events)
expect internal_chat_channel_id. This caused deleted messages and
removed reactions to stay visible on screen until a manual refresh.

Rename the key on the backend so the payloads match the convention
shared with message.created/updated and reaction.created, and drop the
defensive fallback on the frontend reaction-deleted handler.
2026-04-19 14:06:02 -03:00
..
accounts fix(internal-chat): use internal_chat_channel_id in delete payloads (#270) 2026-04-19 14:06:02 -03:00
integrations feat: Slack link unfurling (#7940) 2023-09-29 19:35:56 +05:30
profile fix(signatures): allow admins to manage inbox signatures without explicit membership (#260) 2026-04-09 16:17:20 -03:00
widget Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
accounts_controller.rb feat: account enrichment using context.dev [UPM-27] (#13978) 2026-04-08 11:16:52 +05:30
notification_subscriptions_controller.rb fix: Remove the notification subscription if present (#5510) 2022-09-27 12:36:57 -07:00
profiles_controller.rb Merge branch 'main' into chore/merge-upstream 2025-05-30 11:03:07 -03:00
webhooks_controller.rb chore: Upgrade Exception tracking (#4638) 2022-05-09 14:23:19 +05:30