feat(federation): add optional type field to FederationRelayEvent.message
This commit is contained in:
@@ -851,6 +851,7 @@ export interface FederationRelayEvent {
|
||||
userId: string;
|
||||
homeUserId: string;
|
||||
homeInstance: string;
|
||||
type?: 'user' | 'system';
|
||||
content: string | null;
|
||||
replyToId: string | null;
|
||||
editedAt: number | null;
|
||||
|
||||
Reference in New Issue
Block a user