Add missing pointer
This commit is contained in:
parent
19fe067439
commit
96bb87e8ac
@ -660,7 +660,7 @@ func (view *RoomView) SendReaction(eventID id.EventID, reaction string) {
|
|||||||
Event: &event.Event{
|
Event: &event.Event{
|
||||||
Type: event.EventReaction,
|
Type: event.EventReaction,
|
||||||
RoomID: view.Room.ID,
|
RoomID: view.Room.ID,
|
||||||
Content: event.Content{Parsed: event.ReactionEventContent{RelatesTo: event.RelatesTo{
|
Content: event.Content{Parsed: &event.ReactionEventContent{RelatesTo: event.RelatesTo{
|
||||||
Type: event.RelAnnotation,
|
Type: event.RelAnnotation,
|
||||||
EventID: eventID,
|
EventID: eventID,
|
||||||
Key: reaction,
|
Key: reaction,
|
||||||
|
Loading…
Reference in New Issue
Block a user