feat(federation): add optional type field to FederationRelayEvent.message
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user