fix: add server_name to moderation_actions for full context retention

Denormalize guild name alongside username so the moderation dashboard
shows both TARGET and server even after message table purges.
Migration 0018. Frontend displays 'username · server_name' in TARGET.
This commit is contained in:
asepharyana
2026-08-27 12:32:12 +07:00
parent cccfd89266
commit 0de393625f
10 changed files with 30 additions and 2 deletions
@@ -104,6 +104,7 @@ export class ModerationHandler {
| "ban_user",
reason: payload.reason ?? null,
username: null,
server_name: null,
executed_by: payload.executed_by ?? "command-handler",
status: "executed",
error: null,