Fix multiple accounts local echo issues

- Messages should now always be in the order they were sent in when
  sending from multiple accounts to a same slow room

- Fixed dead lock that occured when sending a message
  from account A, then from account B, then from account A, in a
  room slow enough so that all of them would be in local echo transition
  at the same time.
This commit is contained in:
miruka
2019-12-16 10:36:59 -04:00
parent 423c657fea
commit 5dbf06ba6c
3 changed files with 40 additions and 47 deletions

View File

@@ -53,7 +53,6 @@
- two upload delegates height bug
- Messed up message delegates position
- Quickly posting with another account leads to sync stop
- Pausing uploads doesn't work well, servers end up dropping the connection
- Pause upload, switch to other room, then come back, wrong state displayed