Update mautrix-go

This commit is contained in:
Tulir Asokan
2020-11-11 23:42:29 +02:00
parent 5f999121f4
commit a7f8bc1ad8
4 changed files with 14 additions and 7 deletions

View File

@ -770,7 +770,7 @@ func (view *RoomView) getRelationForNewEvent() *ifc.Relation {
}
} else if view.replying != nil {
return &ifc.Relation{
Type: event.RelReference,
Type: event.RelReply,
Event: view.replying,
}
}