diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/crypto.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/crypto.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/crypto.js b/packages/meshbay-hub/src/meshbay_hub/static/crypto.js index 24d1399..fd24404 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/crypto.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/crypto.js @@ -134,6 +134,9 @@ const GROUPBOX_INFO = { upload: new TextEncoder().encode('meshbay:upload:v1'), // The group's chat epoch keys, on their way to a member. chat_keys: new TextEncoder().encode('meshbay:chat_keys:v1'), + // The group's members and their device keys, with the evidence that admitted + // each one. + roster: new TextEncoder().encode('meshbay:roster:v1'), }; /** |