event/relations: use unstable prefix for reply room ID field

This commit is contained in:
Tulir Asokan 2025-06-08 00:05:59 +03:00
commit 40fd8dfcbd

View file

@ -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 {