- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
745 B
Markdown
13 lines
745 B
Markdown
---
|
|
id: dba267e7-1ee3-4645-bdad-96966588c20b
|
|
type: solution
|
|
title: "Injury log posting + view auth fix"
|
|
tags: [major-domo, discord, python, fix, feature]
|
|
importance: 0.7
|
|
confidence: 0.8
|
|
created: "2025-12-19T06:08:19.867503+00:00"
|
|
updated: "2025-12-19T06:08:19.867503+00:00"
|
|
---
|
|
|
|
Added injury log posting feature: posts to #sba-network-news and #injury-log channels when injuries are logged via /injury roll. Created utils/injury_log.py with functions to post injury announcements and update injury log embeds (grouped by team and by return week). Also fixed critical bug in views/base.py interaction_check - was using OR logic that rejected command users if not in responders list. Changed to allow if user matches EITHER user_id OR responders.
|