strvcom / ios-chat-component

Chat modular library
MIT License
1 stars 1 forks source link

Allow to specify upload path when sending an image #83

Closed danpecher closed 3 years ago

danpecher commented 3 years ago

Added UploadPathSpecifying protocol and sample usage in the MessageContent (providing conversationId and userId to the enum case to be able to construct a desired upload path).

schwarja commented 3 years ago

@danpecher You can delete this one