Move groups storage back to libtextsecure

This commit is contained in:
Matt Corallo 2015-01-20 19:48:27 -10:00 committed by lilia
parent 04b2a13a75
commit 3e648b0ea0
3 changed files with 8 additions and 20 deletions

View file

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