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
Implemented safe parsing of message.data to prevent errors in data handling.
Enhanced efficiency by reusing user and channel information stored in localStorage, reducing redundant data requests and improving user experience.
Established functionality to connect the ChatAiWidget upon component mounting, improving real-time interaction capabilities. This includes various improvements such as managing connections and handling UI behavior between mobile and desktop platforms.
Fix:
Corrected the position of the feedback dialog which used to be incorrectly placed after bumping up UIKit version.
Chore:
Updated key structures to include appId and boId, which allows better identification and tracking of business objects.