mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-28 07:41:44 +00:00
c6122f9637
The API.Error branch in apiUpdateGroup rendered "$r.err", printing the API.Error object reference plus a literal ".err" instead of the error message. Use "${r.err.string}" so the actual error is shown.