-
Notifications
You must be signed in to change notification settings - Fork 286
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
Different Attachment Types within one Message cause invalid rendering (Compose UI) #5222
Comments
Line 55 in 105ba6e
At this position you are only checking for the first possible handler so if there is a file in the attachments the file handler will kick in but the media handler cant handle. |
bump |
any news on this ? |
Hi @jnischler, Thank you very much for bringing this to our attention and for the detailed explanation. We appreciate your valuable input and are always keen to improve the product based on user feedback. |
Hi @jnischler , |
Hi, @dduda88 could you have a look at this ? regards |
Describe the bug
Having multible different attachments within one message are displayed invalid.
The first matched attachment factory needs to render all attachments also not matched attachments.
SDK version
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Only matched attachments should be rendered by the corresponding attachment factory.
Regards
Julian
The text was updated successfully, but these errors were encountered: