mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
AxolotlStore stores groups in indexeddb
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
});
|
||||
|
||||
it('adds conversation to message collection upon leaving group', function() {
|
||||
var convo = new Whisper.ConversationCollection().add({type: 'group'});
|
||||
var convo = new Whisper.ConversationCollection().add({type: 'group', id: 'a random string'});
|
||||
convo.leaveGroup();
|
||||
assert.notEqual(convo.messageCollection.length, 0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user