mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-14 09:20:28 +00:00
The /users assertion added with the active_order fix does not test it: viewUsersList sorts alphabetically by display name, so "bob" precedes "robert" whatever their order is. What the assertion does prove is that the created user's active_user column is 0, which /u does not cover - the comment now says that and nothing more. The ordering itself has no regression coverage; the sort sites are all in the clients. The plan claimed the picker's composition is disposed on Android while the form is on top. That is true of the one-time link picker, which is itself a modal, and false of the compose picker, which is not. It also recorded the pane-per-picker placement that this round replaced with fullscreen.