- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
647 B
Markdown
13 lines
647 B
Markdown
---
|
|
id: baefb777-676d-4c7f-9a43-61cef4ec000b
|
|
type: fix
|
|
title: "Transaction freeze bypass bug fix"
|
|
tags: [major-domo, python, discord, fix, transactions]
|
|
importance: 0.6
|
|
confidence: 0.8
|
|
created: "2025-12-15T23:47:42.683540+00:00"
|
|
updated: "2025-12-15T23:47:42.683540+00:00"
|
|
---
|
|
|
|
Fixed bug where transactions were posted to #transaction-log even when Current.freeze=True. Added freeze state checks in views/transaction_embed.py before calling post_transaction_to_log() in both scheduled (/dropadd) and immediate (/ilmove) submission handlers. When frozen, transactions are saved to DB but NOT posted to the public channel until Saturday processing.
|