stream-chat-angular
stream-chat-angular copied to clipboard
File item click event
Expected behavior: if we click on a file item inside the message list the file should be opened without download, if we click on the download button, it should download the file.
The problem: our current CDN only supports Content-disposition: attachment so we can't do this at the moment