From 40fd8dfcbd71fce9163f6510671f920f9c7aad43 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 8 Jun 2025 00:05:59 +0300 Subject: [PATCH] event/relations: use unstable prefix for reply room ID field --- event/relations.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event/relations.go b/event/relations.go index e855a7e6..2316cbc7 100644 --- a/event/relations.go +++ b/event/relations.go @@ -34,7 +34,7 @@ type RelatesTo struct { type InReplyTo struct { EventID id.EventID `json:"event_id,omitempty"` - UnstableRoomID id.RoomID `json:"room_id,omitempty"` + UnstableRoomID id.RoomID `json:"com.beeper.cross_room_id,omitempty"` } func (rel *RelatesTo) Copy() *RelatesTo {