Bug: Transactions were being posted to #transaction-log even when Current.freeze=True. Transactions should only be posted when Current.freeze=False. Fix: Added freeze state checks before calling post_transaction_to_log() in both scheduled (/dropadd) and immediate (/ilmove) submission handlers. When frozen: - Transactions are still saved to DB with frozen=True - NOT posted to #transaction-log (hidden until Saturday processing) - User sees "Transaction saved during freeze period" message 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2 lines
7 B
Plaintext
2 lines
7 B
Plaintext
2.24.8
|