You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user should be able to listen to more than one event using a wildcard.
The type field in the handler object could contain the '*' to match any character from that point on. E.g. a listener using 'message*' type should match events like 'message:received', 'message:sent', 'message'.
The documentation on event handlers should be updated (or created if needed) to conform to this changes.
The text was updated successfully, but these errors were encountered:
The user should be able to listen to more than one event using a wildcard.
The type field in the handler object could contain the '*' to match any character from that point on. E.g. a listener using 'message*' type should match events like 'message:received', 'message:sent', 'message'.
The documentation on event handlers should be updated (or created if needed) to conform to this changes.
The text was updated successfully, but these errors were encountered: