mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-12 04:25:05 -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 = {
|
var data = {
|
||||||
archivedId: this.archivedId,
|
archivedId: this.archivedId || uuid.v4(),
|
||||||
owner: this.owner,
|
owner: this.owner,
|
||||||
to: this.to,
|
to: this.to,
|
||||||
from: this.from,
|
from: this.from,
|
||||||
|
Loading…
Reference in New Issue
Block a user