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
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
6.2.3
To Reproduce
Steps to reproduce the behavior:
Register at least 2 different attachmentFactories
add 2 different attachments to your message
post the message
See error
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:
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.
This should be changed to a per attachment basis oder you need to group the attachments by type this would make the most sense here.
Thank you very much for bringing this to our attention and for the detailed explanation.
It seems that this might be more in line with a feature request rather than an issue.
We appreciate your valuable input and are always keen to improve the product based on user feedback.
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: