Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split large ChatMessages into multiple ChatMessages #100

Closed
SleepySquash opened this issue Aug 25, 2022 · 0 comments · Fixed by #115
Closed

Split large ChatMessages into multiple ChatMessages #100

SleepySquash opened this issue Aug 25, 2022 · 0 comments · Fixed by #115
Assignees
Labels
feature New feature or request k::design Changes of application architecture and implementation design k::UI/UX UI (user interface) and UX (user experience) changes

Comments

@SleepySquash
Copy link
Contributor

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.

@SleepySquash SleepySquash added feature New feature or request k::UI/UX UI (user interface) and UX (user experience) changes k::design Changes of application architecture and implementation design labels Aug 25, 2022
SleepySquash added a commit that referenced this issue Sep 7, 2022
Co-authored-by: SleepySquash <nordnikita@icloud.com>
github-actions bot added a commit that referenced this issue Sep 7, 2022
Co-authored-by: SleepySquash <nordnikita@icloud.com> 1477bd0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request k::design Changes of application architecture and implementation design k::UI/UX UI (user interface) and UX (user experience) changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants