Move groups storage back to libtextsecure
This commit is contained in:
parent
04b2a13a75
commit
3e648b0ea0
3 changed files with 8 additions and 20 deletions
|
@ -78,7 +78,6 @@ module.exports = function(grunt) {
|
|||
'libaxolotl/webcrypto_concat.js',
|
||||
'libaxolotl/components.js',
|
||||
|
||||
'libaxolotl/groups_storage.js',
|
||||
'libaxolotl/crypto.js',
|
||||
'libaxolotl/protocol.js',
|
||||
'libaxolotl/protobufs.js',
|
||||
|
@ -95,6 +94,7 @@ module.exports = function(grunt) {
|
|||
'libtextsecure/crypto.js',
|
||||
'libtextsecure/storage.js',
|
||||
'libtextsecure/storage/devices.js',
|
||||
'libtextsecure/storage/groups.js',
|
||||
'libtextsecure/protobufs.js',
|
||||
'libtextsecure/websocket.js',
|
||||
'libtextsecure/websocket-resources.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue