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 {
|
export interface FederationRelayReaction {
|
||||||
messageId?: string;
|
messageId?: string;
|
||||||
|
messageHomeInstance?: string;
|
||||||
userId: string;
|
userId: string;
|
||||||
homeUserId: string;
|
homeUserId: string;
|
||||||
emoji: string;
|
emoji: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user