feat(federation): add optional type field to FederationRelayEvent.message

This commit is contained in:
Jannis Braun
2026-04-29 21:29:01 +02:00
parent 281e01713b
commit 04c66c4bcf
+1
View File
@@ -851,6 +851,7 @@ export interface FederationRelayEvent {
userId: string; userId: string;
homeUserId: string; homeUserId: string;
homeInstance: string; homeInstance: string;
type?: 'user' | 'system';
content: string | null; content: string | null;
replyToId: string | null; replyToId: string | null;
editedAt: number | null; editedAt: number | null;