This was causing the database to panic because we were trying to remove too
many entries at once.
Antonio Scandurra
created
74aeec3
Cancel pending call when participant leaves room after a reconnection
Click to expand commit body
Previously, if a user temporarily disconnected while there was a pending
call, we would fail to cancel such pending call when the caller left the
room. This was due to the caller reconnecting and having a different connection
id than the one originally used to initiate the call.
Antonio Scandurra
created
2f26fcd
Merge branch 'main' into 2064-remove-contacts
Petros Amoiridis
created
a4d9d6c
Merge pull request #2095 from zed-industries/fix-crash-when-opening-feedback-while-in-call
Click to expand commit body
Fix crash when opening feedback while in call
Joseph T. Lyons
created
a2a3ebc
Merge pull request #2096 from zed-industries/lazy-load-languages
The message is not really true. When one declines, the other person can notice that the contact request is not pending any more. They will know. Switching to not alerted is closer to what is really happening.
Petros Amoiridis
created
ba6ffd8
Merge pull request #2081 from zed-industries/fix-failing-ci
Click to expand commit body
Fixes a broken conditional that is only caught on darwin systems
Mikayla Maki
created
ecb7d10
Fixes a broken conditional that is only caught on darwin systems
Mikayla Maki
created
38b83a7
Merge pull request #2078 from zed-industries/fix-cursor-style
5d4eb2b
Push responder and requester to remove_contacts
Click to expand commit body
When we ask the server to remove a contact we need to push the requester and responder ids to `remove_contacts` so that when the UI updates, the correct contacts will disappear from the list.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Petros Amoiridis
and
Antonio Scandurra
created
db978fc
Add an x mark icon to the list of contacts
Click to expand commit body
We want to be able to remove contacts from our list. This was not possible. This change add an icon and dispatches the RemoveContact action.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>