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

fix updateMessageStatus

parent 9556df0a
No related branches found
No related tags found
2 merge requests!60Revert "Fail a test to be sure it works",!4Xx 4114/index db
......@@ -191,6 +191,7 @@ func (w *wasmModel) ReceiveReaction(channelID *id.ID, messageID cryptoChannel.Me
// UpdateSentStatus is called whenever the SentStatus of a message
// has changed
// TODO: Potential race condition due to separate get/update operations
func (w *wasmModel) UpdateSentStatus(messageID cryptoChannel.MessageID,
status channels.SentStatus) {
parentErr := errors.New("failed to UpdateSentStatus")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment