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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| CLAUDE.md | ||
| common.py | ||
| confirmations.py | ||
| custom_commands.py | ||
| draft_views.py | ||
| embeds.py | ||
| help_commands.py | ||
| modals.py | ||
| players.py | ||
| trade_embed.py | ||
| transaction_embed.py | ||