Merge pull request 'lastknownsignature spelling error' (#385) from efix into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #385
This commit is contained in:
Dan Ballard 2021-09-29 20:40:14 +00:00
commit 55fd770dc4
1 changed files with 1 additions and 1 deletions

View File

@ -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,