feat(shared): add messageHomeInstance to FederationRelayReaction type
Enables the receiver to deterministically identify which instance created the message being reacted to, supporting N-instance federation.
This commit is contained in:
@@ -748,6 +748,7 @@ export interface FederationRelayEvent {
|
||||
|
||||
export interface FederationRelayReaction {
|
||||
messageId?: string;
|
||||
messageHomeInstance?: string;
|
||||
userId: string;
|
||||
homeUserId: string;
|
||||
emoji: string;
|
||||
|
||||
Reference in New Issue
Block a user