Revert "lastknownsignature spelling error"
continuous-integration/drone/push Build is pending Details
continuous-integration/drone/pr Build is pending Details

This reverts commit 56ee30565f.
This commit is contained in:
Sarah Jamie Lewis 2021-09-29 13:52:48 -07:00
parent 55fd770dc4
commit a896456b8e
1 changed files with 1 additions and 1 deletions

View File

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