Skip to content

Commit e17713f

Browse files
committed
disable dropping messages from blocked contacts until we know how to treat group updates
1 parent 6f45e43 commit e17713f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Signal-Windows.Lib/IncomingMessages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ private void HandleSignalMessage(SignalServiceEnvelope envelope, SignalServiceCo
575575
if (author != null && author.Blocked)
576576
{
577577
// Don't save blocked messages
578-
return;
578+
//return;
579579
}
580580

581581
List<SignalAttachment> attachments = new List<SignalAttachment>();

0 commit comments

Comments
 (0)