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
SleepySquash opened this issue
Aug 25, 2022
· 0 comments
· Fixed by #115
Assignees
Labels
featureNew feature or requestk::designChanges of application architecture and implementation designk::UI/UXUI (user interface) and UX (user experience) changes
featureNew feature or requestk::designChanges of application architecture and implementation designk::UI/UXUI (user interface) and UX (user experience) changes
Background
ChatMessage
has the maximum allowed characters and attachments limits.Problem to solve
Those limits are not accounted, as they should be, so an exception is thrown.
Possible solutions
Split the sending
ChatMessage
into separate messages according to the limits, if any is exceeded.The text was updated successfully, but these errors were encountered: