diff --git a/bridge/slack/slack.go b/bridge/slack/slack.go index ed2c8e75..c2130dba 100644 --- a/bridge/slack/slack.go +++ b/bridge/slack/slack.go @@ -346,7 +346,7 @@ func (b *Bslack) updateTopicOrPurpose(msg *config.Message, channelInfo *slack.Ch // handles updating topic/purpose and determining whether to further propagate update messages. func (b *Bslack) handleTopicOrPurpose(msg *config.Message, channelInfo *slack.Channel) (bool, error) { - if msg.Event != config.EVENT_TOPIC_CHANGE { + if msg.Event != config.EventTopicChange { return false, nil }