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,