From a896456b8e90dd79d050cc0853f02117dc71177b Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 29 Sep 2021 13:52:48 -0700 Subject: [PATCH] Revert "lastknownsignature spelling error" This reverts commit 56ee30565f246df5408bcd38fd853544f5c3e73a. --- 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 4a8eb49..a4867e4 100644 --- a/peer/cwtch_peer.go +++ b/peer/cwtch_peer.go @@ -16,7 +16,7 @@ import ( "time" ) -const lastKnownSignature = "LastKnownSignature" +const lastKnownSignature = "LastKnowSignature" var autoHandleableEvents = map[event.Type]bool{event.EncryptedGroupMessage: true, event.PeerStateChange: true, event.ServerStateChange: true, event.NewGroupInvite: true, event.NewMessageFromPeer: true,