From 16d3b92a766d81c3d0d420cb196b9bb9e75c790a Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sat, 14 Feb 2026 08:57:45 -0600 Subject: [PATCH] store: Fixed thaw report channel lookup --- .../fixes/fixed-thaw-report-channel-lookup-4af660.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 graph/fixes/fixed-thaw-report-channel-lookup-4af660.md diff --git a/graph/fixes/fixed-thaw-report-channel-lookup-4af660.md b/graph/fixes/fixed-thaw-report-channel-lookup-4af660.md new file mode 100644 index 00000000000..5064181502d --- /dev/null +++ b/graph/fixes/fixed-thaw-report-channel-lookup-4af660.md @@ -0,0 +1,12 @@ +--- +id: 4af66093-a98e-4197-a7d5-05139de301e8 +type: fix +title: "Fixed thaw report channel lookup" +tags: [major-domo, discord-bot, transaction-freeze, bugfix, config] +importance: 0.6 +confidence: 0.8 +created: "2026-02-14T14:57:45.331331+00:00" +updated: "2026-02-14T14:57:45.331331+00:00" +--- + +The _post_thaw_report() method in tasks/transaction_freeze.py was searching for channels by name ('bot-admin', 'admin', 'bot-logs') which don't exist. Replaced with bot.get_channel() using a configurable channel ID (config.thaw_report_channel_id = 1354134347598266430). Also fixed stale deploy script reference in CLAUDE.md - replaced /home/cal/.claude/scripts/gitea-create-pr.sh with tea pulls create. That script no longer exists. Version bumped to 2.29.8. PR #8.