From 1d9202ff932ff7387506988859d51396babd5fe8 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 12 Feb 2024 14:02:02 -0800 Subject: [PATCH] Don't reject text messages --- peer/cwtch_peer.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/peer/cwtch_peer.go b/peer/cwtch_peer.go index 5311b09..55e685e 100644 --- a/peer/cwtch_peer.go +++ b/peer/cwtch_peer.go @@ -1493,8 +1493,6 @@ func (cp *cwtchPeer) storeMessage(handle string, message string, sent time.Time) if cm.IsStream() { return -1, nil } - } else { - return -1, err } // Generate a random number and use it as the signature