mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
contextcheck (CI lint) flagged the admin handler calling BanUser without the request context — the service opened its telemetry span from context.Background(), detaching the ban from its request trace. Both moderation entrypoints now take ctx; the span joins the caller's trace. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>