refactor: re-key FederatedCallEntry by federatedId, add ringedUserIds

This commit is contained in:
Jannis Braun
2026-04-08 03:03:44 +02:00
parent f51e427493
commit 365c64794d
2 changed files with 74 additions and 34 deletions
+2 -1
View File
@@ -274,7 +274,8 @@ export interface Embed {
// ─── Active Call Types ───────────────────────────────────────────────────────
export interface ActiveCallInfo {
dmChannelId: string;
dmChannelId: string | null;
federatedCallId?: string;
callerId: string;
participants: string[];
startedAt: number;