fix: improve socket error handling

This commit is contained in:
Peter Steinberger
2026-01-06 22:43:29 +01:00
parent a1f5cfcd08
commit 96164b5955
4 changed files with 41 additions and 13 deletions

View File

@@ -14,4 +14,5 @@ export type ReplyPayload = {
mediaUrl?: string;
mediaUrls?: string[];
replyToId?: string;
isError?: boolean;
};