1.18.22
Diode Collab v1.18.22 was released on February 16, 2026.
- Bug Fixes
- Prevent adding pending members to private channels
- Apply role update immediately
- Re-request file download even if first attempt fails
#Prevent adding pending members to private channels
When onboarding a new user, the new user must fully join the Zone now before being able to add them to a private channel. In the past, it was possible to add a pending member, but the onboarding processes would subsequently fail.
#Apply role update immediately
Role changes are now reflected immediately in the Admin/Owner’s app and the “Update” button works immediately instead of waiting until the role change requests are confirmed.
#Re-request file download even if first attempt fails
There was an edge case bug in file syncing that would mark a file (or files) temporarily unavailable if the first attempt to download the file failed. This could happen if there were no online file source, or if there was a source but it has a bad connection or is otherwise on a resource constrained system. This has been changed to allow the download to retry, which helps Zones with ephemeral members, or with slow/intermittent Bots, to more often finally find and download missing files.