Merge pull request #1544 from Bilb/fix-filename-no-contenttype
fix bug with extension not being send if we don't have contenttype setpull/1549/head
commit
2314df1d96
@ -1,39 +0,0 @@
|
||||
indexeddb
|
||||
|
||||
|
||||
remove from db
|
||||
* 'sentSessionsTimestamp'
|
||||
* 'processedSessionsTimestamp'
|
||||
* 'sessions'
|
||||
* 'preKeys'
|
||||
* 'signedPreKeys'
|
||||
* senderkeys
|
||||
|
||||
getContact()
|
||||
remove what is is Storage / user.js
|
||||
remove on the UI ts files the calls to conversationModel. everything should be on the props
|
||||
conversationModel
|
||||
.get()
|
||||
|
||||
getOurNumber
|
||||
primaryDevicePubKey
|
||||
getRecipients() does not make asny sense right
|
||||
|
||||
ReadSyncs
|
||||
SyncMessage
|
||||
sendSyncMessage needs to be rewritten
|
||||
sendSyncMessageOnly to fix
|
||||
|
||||
|
||||
indexedDB
|
||||
initializeAttachmentMetadata=>
|
||||
run_migration
|
||||
|
||||
|
||||
|
||||
### Bug fixes on update of models
|
||||
* quote of attachment does not share preview
|
||||
* setting disappearing timer for isMe does not trigger the message
|
||||
* expiration timer set from user1 second device is not synced to his other devices for a private chat
|
||||
* add a way for users to know when the messageQueue is reconnected (loading bar or something)
|
||||
* handled better reconnection
|
Loading…
Reference in New Issue