Merge pull request 'Revert "lastknownsignature spelling error"' (#389) from revert-56ee30565f246df5408bcd38fd853544f5c3e73a into master
continuous-integration/drone/push Build is pending Details

Reviewed-on: #389
This commit is contained in:
Sarah Jamie Lewis 2021-09-29 20:53:36 +00:00
commit 5165c5040e
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,