1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00

Fix IndexedDBShim to actually do indexes

This commit is contained in:
Lance Stout 2013-12-20 11:16:55 -08:00
parent dc607f886f
commit 497ca2cf15
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -177,7 +177,7 @@ var Message = module.exports = HumanModel.define({
}
var data = {
archivedId: this.archivedId,
archivedId: this.archivedId || uuid.v4(),
owner: this.owner,
to: this.to,
from: this.from,