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:
Jannis Braun
2026-03-26 18:40:05 +01:00
parent 22664a6a14
commit c3f342a411
+1
View File
@@ -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;