Skip to content

Commit 0f644c7

Browse files
author
Ivan Zuev
committed
fixup! feat: use slack socket mode instead of rtm api
1 parent ef5a4c7 commit 0f644c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bridge/slack/handlers.go

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ func (b *Bslack) handleMessageEvent(ev *slackevents.MessageEvent) (*config.Messa
238238
return rmsg, nil
239239
}
240240

241+
// TODO: implement file deletion handle when slack-go library will expose this event
241242
func (b *Bslack) handleFileDeletedEvent(ev *slack.FileDeletedEvent) (*config.Message, error) {
242243
if rawChannel, ok := b.cache.Get(cfileDownloadChannel + ev.FileID); ok {
243244
channel, err := b.channels.getChannelByID(rawChannel.(string))

0 commit comments

Comments
 (0)