Skip to content

Commit a213718

Browse files
committed
fix send markers in groups with unregistered users
1 parent 1c254e4 commit a213718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Signal-Windows/Signal/OutgoingMessages.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public void HandleOutgoingMessages()
8181
}
8282
catch (EncapsulatedExceptions exceptions)
8383
{
84+
outgoingSignalMessage.Status = SignalMessageStatus.Confirmed;
8485
Debug.WriteLine(exceptions.Message);
8586
Debug.WriteLine(exceptions.StackTrace);
8687
IList<UntrustedIdentityException> identityExceptions = exceptions.getUntrustedIdentityExceptions();

0 commit comments

Comments
 (0)