Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Bug Fix - Duplicated msg when going into room details #233

Merged
merged 3 commits into from
Jan 25, 2017
Merged

Conversation

giomfo
Copy link
Member

@giomfo giomfo commented Jan 24, 2017

@giomfo giomfo requested a review from manuroe January 24, 2017 16:27
@@ -1671,7 +1671,7 @@ - (void)handleUnsentMessages
{
MXEvent *outgoingMessage = [outgoingMessages objectAtIndex:index];

if (outgoingMessage.sentState == MXEventSentStateFailed)
if (outgoingMessage.sentState == MXEventSentStateSending || outgoingMessage.sentState == MXEventSentStateFailed)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and MXEventSentStateEncrypting and MXEventSentStateUploading, etc?

Copy link
Contributor

@manuroe manuroe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

@giomfo giomfo merged commit 49d013a into develop Jan 25, 2017
@giomfo giomfo deleted the vector_970 branch January 25, 2017 12:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants