fix: allow elevated via discord username

This commit is contained in:
Peter Steinberger
2026-01-04 05:47:28 +00:00
parent d2da305190
commit 5e36e2c3f3
4 changed files with 9 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ export type MsgContext = {
GroupSpace?: string;
GroupMembers?: string;
SenderName?: string;
SenderUsername?: string;
SenderTag?: string;
SenderE164?: string;
Surface?: string;
WasMentioned?: boolean;