Skip to content

fix(discord-bot): put T3 thread id on short ops alerts; skip interrupt FATALS - #281

Merged
omegent-app[bot] merged 1 commit into
fork/discordfrom
fix/discord-alert-thread-id-and-silence
Aug 1, 2026
Merged

fix(discord-bot): put T3 thread id on short ops alerts; skip interrupt FATALS#281
omegent-app[bot] merged 1 commit into
fork/discordfrom
fix/discord-alert-thread-id-and-silence

Conversation

@omegent-app

@omegent-app omegent-app Bot commented Aug 1, 2026

Copy link
Copy Markdown

Summary

  • Short Discord ops alerts now include thread=\`` (and channel when known). Thread id was only in the attached trace for FATAL/BRIDGE posts.
  • Skip FATAL: T3 thread subscription exited when the cause is interrupt-only (bot restart / fiber cancel) — that was restart spam without actionable signal.
  • Session-error short body already had thread id; unchanged.

Test plan

  • vp test run src/features/Alerts.test.ts (19 passed)
  • Live deploy of bot sources + restart
  • CI green

opened by Patrick Roza in chat thread Discord · Discord · T3

…t FATALS

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
@omegent-app
omegent-app Bot merged commit 9fc5b37 into fork/discord Aug 1, 2026
9 checks passed
patroza added a commit that referenced this pull request Aug 1, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 1, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 1, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 1, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 1, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 2, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 3, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 3, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 3, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 3, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 3, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 3, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 4, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 5, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 5, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 5, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 5, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 5, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 5, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 5, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 5, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 5, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 5, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 5, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
patroza added a commit that referenced this pull request Aug 5, 2026
…t FATALS (#281)

FATAL/BRIDGE short Discord messages only showed the title; the thread id
lived in the attachment. Put thread= (and channel=) on the short body.
Also stop paging "T3 thread subscription exited" on interrupt-only exits
(bot restart spam).

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
(cherry picked from commit 71e60ed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants