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 require user ID arrays in the
'to' argument for the typing endpoint, whereas we currently send
email arrays. This change was made in zulip/zulip commit 2f634f8.
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 in
1.5.0-547-gd9b10727fa, in early 2017; 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