mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 01:02:23 -05:00
Fix IndexedDBShim to actually do indexes
This commit is contained in:
parent
dc607f886f
commit
497ca2cf15
2
clientapp/libraries/IndexedDBShim.min.js
vendored
2
clientapp/libraries/IndexedDBShim.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user