You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typing api: Use recipients format based on server version.
Zulip server versions >= 2.0.0-rc1 (zulip/zulip@2f634f8c0) require
user ID arrays in the 'to' argument for the typing endpoint, whereas
we currently send email arrays.
Check the Zulip version and use the appropriate format of the
argument, i.e., for versions >= 2.0.0-rc1 or when the Zulip server
version is undetermined [1], use user ID arrays, otherwise, use
email arrays.
[1] The server started providing its version as early as
zulip/zulip@d9b10727fa (released in 1.6.0, in 2017-06). It's more
likely that we failed to parse a new, exotic version-string format
than that someone's actually trying to connect to a Zulip server
that doesn't provide one.
Fixes#3732.
0 commit comments