SYM-1613 - Add ability to attach multiple attachements on client messages#87
SYM-1613 - Add ability to attach multiple attachements on client messages#87symphony-elias merged 3 commits into
Conversation
| conversationId, | ||
| message, | ||
| data, | ||
| files, |
There was a problem hiding this comment.
does this have any public documentation?
we should be clair on the format of the files array
|
Just some open comments I'm adding these notes here just so we are aware of these improvements, |
|
@symphony-adnane You are correct, typescript would help a lot in this situation . For the moment, we could think of a validation function that check if the files parameter is sent with the proper scheme. If this is not so, we can return an Error which explain how the files array should be structured. For more context about our user story here is the corresponding JIRA ticket : SYM-1613 |
Sounds good, we'll work midterm on supporting typescript. |
|
@symphony-adnane Yes I will add some unit tests and keep you posted |
symphony-elias
left a comment
There was a problem hiding this comment.
Looks good !
Successfully tested on devx3
This PR is meant to give the developper the ability to send multiple attachements inside one message