- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
647 B
647 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| baefb777-676d-4c7f-9a43-61cef4ec000b | fix | Transaction freeze bypass bug fix |
|
0.6 | 0.8 | 2025-12-15T23:47:42.683540+00:00 | 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.