We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c254e4 commit a213718Copy full SHA for a213718
Signal-Windows/Signal/OutgoingMessages.cs
@@ -81,6 +81,7 @@ public void HandleOutgoingMessages()
81
}
82
catch (EncapsulatedExceptions exceptions)
83
{
84
+ outgoingSignalMessage.Status = SignalMessageStatus.Confirmed;
85
Debug.WriteLine(exceptions.Message);
86
Debug.WriteLine(exceptions.StackTrace);
87
IList<UntrustedIdentityException> identityExceptions = exceptions.getUntrustedIdentityExceptions();
0 commit comments