Skip to content
Snippets Groups Projects
Commit 72060204 authored by Jake Taylor's avatar Jake Taylor
Browse files

fix segfault in channels impl eventmodel

parent 193a41cb
Branches
Tags
1 merge request!515Release
...@@ -128,7 +128,7 @@ func (i *impl) ReceiveReaction(channelID *id.ID, messageID, reactionTo message.I ...@@ -128,7 +128,7 @@ func (i *impl) ReceiveReaction(channelID *id.ID, messageID, reactionTo message.I
// make no update. // make no update.
func (i *impl) UpdateFromUUID(uuid uint64, messageID *message.ID, timestamp *time.Time, func (i *impl) UpdateFromUUID(uuid uint64, messageID *message.ID, timestamp *time.Time,
round *rounds.Round, pinned, hidden *bool, status *channels.SentStatus) { round *rounds.Round, pinned, hidden *bool, status *channels.SentStatus) {
parentErr := errors.New("failed to UpdateFromMessageID") parentErr := errors.New("failed to UpdateFromUUID")
msgToUpdate := &Message{ msgToUpdate := &Message{
Id: uuid, Id: uuid,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment