From 56ee30565f246df5408bcd38fd853544f5c3e73a Mon Sep 17 00:00:00 2001 From: erinn Date: Thu, 2 Sep 2021 12:52:45 -0700 Subject: [PATCH] lastknownsignature spelling error --- peer/cwtch_peer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peer/cwtch_peer.go b/peer/cwtch_peer.go index a4867e4..4a8eb49 100644 --- a/peer/cwtch_peer.go +++ b/peer/cwtch_peer.go @@ -16,7 +16,7 @@ import ( "time" ) -const lastKnownSignature = "LastKnowSignature" +const lastKnownSignature = "LastKnownSignature" var autoHandleableEvents = map[event.Type]bool{event.EncryptedGroupMessage: true, event.PeerStateChange: true, event.ServerStateChange: true, event.NewGroupInvite: true, event.NewMessageFromPeer: true, -- 2.25.1