Closed (fixed)
Project:
Drupal Canvas
Version:
1.x-dev
Component:
AI
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2025 at 11:01 UTC
Updated:
22 Oct 2025 at 15:44 UTC
Jump to comment: Most recent
Add a custom event which is dispatched at whenever a message is sent or received. This will allow other codebases to listen for this event and react accordingly, making the frontend more extensible.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
narendrarComment #4
deepakkm commentedValidated this locally and looks good, this event can be catched to do any manipulation on the message send and receive.
Comment #7
tim.plunkettMerged, thanks!