mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
event/relations: use unstable prefix for reply room ID field
This commit is contained in:
parent
d296f7b660
commit
40fd8dfcbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue