Skip to content

Commit

Permalink
Add room id field to replies
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Mar 8, 2023
1 parent 07d6de5 commit 83fcdcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions event/relations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 83fcdcf

Please sign in to comment.