Skip to content
Snippets Groups Projects
Commit cac6be08 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix e2eGroupKey

parent e2cd6a94
No related branches found
No related tags found
2 merge requests!510Release,!272Integration fixes
......@@ -34,8 +34,11 @@ import (
)
const currentSessionVersion = 0
// NOTE: These are set this way for legacy purposes. If you want to change them
// you will need to set up and upgrade path for old session files
const cmixGroupKey = "cmix/GroupKey"
const e2eGroupKey = "e2e/GroupKey"
const e2eGroupKey = "e2eSession/Group"
// Session object, backed by encrypted versioned.KVc
type Session interface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment