botpress / messaging

Botpress messaging server
42 stars 37 forks source link

feat(slack): allow receiving file/audio/video/image #573

Closed davidvitora closed 1 year ago

davidvitora commented 1 year ago

This PR adds support for receiving files (file/audio/video/image) with Slack (channel v1.0.0 only).

Similar to https://github.com/botpress/messaging/pull/543

Also updated sqlite3 since install is failing on Mac M1

EFF commented 1 year ago

Did you try to build and test a docker image ? Just to make sure sqlite works. It always been a tricky dep to update.

davidvitora commented 1 year ago

Did you try to build and test a docker image ? Just to make sure sqlite works. It always been a tricky dep to update.

@EFF I tested it locally using a standalone messaging server that connects to my PG database (this sqlite update was just so I'm able to build it). My Botpress instance points to the same database.

We will do more testing with the full server as soon as we have this merged, so if something happens, I will fix this repo too

EFF commented 1 year ago

@davidvitora any updates ?

davidvitora commented 1 year ago

@EFF Hey Eff, I believe that I answered your question regarding this PR. Is there anything else missing on my side?