Add room id field to replies

pull/116/head
Tulir Asokan 2023-03-08 17:10:25 +02:00
parent 07d6de5a8d
commit 83fcdcf30f
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ type RelatesTo struct {
type InReplyTo struct {
EventID id.EventID `json:"event_id,omitempty"`
UnstableRoomID id.RoomID `json:"room_id,omitempty"`
}
func (rel *RelatesTo) Copy() *RelatesTo {