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
* fix: AI message dismiss button
when message that created thread was deleted,
retrieveStartMessage() threw an error UNKNOWN_MESSAGE
leading to non-functional dismiss button.
this adds a handler, specifically for parent message
deleted error by using getIterableHistoryInstead.
* refactor: HelpThreadCreatedListener
* move AI dismiss fallback consumer to a seperate function for clarity
* move variable FIRST_MESSAGE_ONLY to function scope as noOfMessage for
clarity
* improve error log message for clarity
0 commit comments