Skip to content

v1.21.1

Choose a tag to compare

@loks0n loks0n released this 14 Aug 12:19
· 21 commits to main since this release
388835e

Fixes on-call notifications and shift announcements in forum channels. Required if you use forum channels.

A follow-up to a card, either the mention from a user's notification policy or a shift start announcement, was addressed to the forum channel instead of the post. Discord rejects that:

POST /channels/{forum_id}/messages
  400 {"message": "Cannot send messages in a non-text channel", "code": 50008}

notify_by=DISCORD in a notification policy therefore never arrived, and because 400 is not in the set of statuses the task treats as final, it retried indefinitely.

Follow-ups are now posted into the post. In a text channel they still quote the card, so they read as a reply. Inside a post there is nothing to quote, because the post is the card. A shift announcement has no card to attach to, so in a forum channel it opens a post.

Full Changelog: v1.21.0...v1.21.1