1.20.7
Diode Collab v1.20.7 was released on June 11, 2026.
- Bug fixes:
- Stuck canister chat sync progress
- Eliminate duplicate / recurring Oasis transactions
- WebRTC detection for Linux / embedded browsers
#Fix: Stuck canister chat sync progress
A stuck ICP canister could stall the chat sync progress bar. In this situation, chats would still sync (although not from the canister) but the bar state made it appear that the chat is stuck since it relied on canister state. The underlying canister issues related to cycle refills and unparsable canister IDs are now fixed.
#Fix: Eliminate recurring Oasis transactions
Certain transactions on Oasis Sapphire could retry although the original transaction succeeded. This has been fixed.
#Fix: WebRTC detection for Linux / embedded browsers
Some Linux browsers and embedded browsers don’t fully support WebRTC, causing in-app calls to fail for an unknown reason. This is now detected and the user is given feedback.