serokell / tzbot

Timezone bot for Slack
Mozilla Public License 2.0
7 stars 2 forks source link

Ignore time references in codeblocks #38

Closed YuriRomanowski closed 1 year ago

YuriRomanowski commented 1 year ago

Clarification and motivation

Among our requirements for the timezone bot there is one that time references inside the code blocks should be ignored, otherwise it can make problems when someone shares a big log file. We should implement this feature, for this we can analyze the block structure of the incoming message that is provided by slack and ignore code blocks (see https://api.slack.com/events/message for reference).

Acceptance criteria