update TODO
This commit is contained in:
parent
1f5d488105
commit
d6e357cc22
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
||||||
- find out if `(this._emitCollectionUpdate)(this)` is different than `this._emitCollectionUpdate(this)`
|
- find out if `(this._emitCollectionUpdate)(this)` is different than `this._emitCollectionUpdate(this)`
|
||||||
- got "database tried to mutate when not allowed" or something error as well
|
- got "database tried to mutate when not allowed" or something error as well
|
||||||
- find out why when RoomPersister.(\_createGapEntry/\_createEventEntry) we remove .buffer the transaction fails (good), but upon fixing and refreshing is missing a message! syncToken should not be saved, so why isn't this again in the sync response and now the txn does succeed?
|
- find out why when RoomPersister.(\_createGapEntry/\_createEventEntry) we remove .buffer the transaction fails (good), but upon fixing and refreshing is missing a message! syncToken should not be saved, so why isn't this again in the sync response and now the txn does succeed?
|
||||||
|
- DONE: take access token out of IDB? this way it can be stored in a more secure thing for non-web clients, together wit encryption key for olm sessions ... ? like macos keychain, gnome keyring, ... maybe using https://www.npmjs.com/package/keytar
|
||||||
|
- experiment with using just a normal array with 2 numbers for sortkeys, to work in Edge as well.
|
||||||
- send messages
|
- send messages
|
||||||
- fill gaps with call to /messages
|
- fill gaps with call to /messages
|
||||||
- create sync filter
|
- create sync filter
|
||||||
|
|
Reference in a new issue