rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

unable to see upload file button #172

Closed ghost closed 3 years ago

ghost commented 3 years ago

Reproduce Steps: 1) clone the demo code v3.0.3 2) get the chat module running in Angular CLI: 10.0.5 Node: 12.16.3 OS: win32 x64 SignalR 1.1.0 3) Pick up one mockedParticipant to open chat window

Expected: an upload button exists to the right of the bottom bar or somewhere upload-button

Actual: the upload button doesn't exist

rpaschoal commented 3 years ago

Hi @canbrian ,

Have you supplied a fileUploadUrl argument to your ng-chat instance?

ghost commented 3 years ago

Thanks, I got it by providing this argument.