Idk, quick backup

This commit is contained in:
Alois 2026-03-28 22:10:27 +01:00
commit 396defef64
19 changed files with 519 additions and 108 deletions

View file

@ -0,0 +1,3 @@
export function displayCallId(callId: string) {
return callId.slice(0, 4) + "..." + callId.slice(-4);
}