-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track Zulip feature level on ApiConnection; use it #146
Comments
(Once we've set this up once, it'll be easy to do the same thing along the way as we add more to the API bindings. So it's easiest if we do this early.) |
gnprice
added a commit
to gnprice/zulip-flutter
that referenced
this issue
Jun 8, 2023
This doesn't yet do anything, but it provides the infrastructure for taking care of zulip#146: it sets us up to have individual route bindings condition their behavior on the Zulip feature level as appropriate.
gnprice
added a commit
to gnprice/zulip-flutter
that referenced
this issue
Jun 8, 2023
gnprice
added
a-sync
Event queue; retry; local echo; races
and removed
a-sync
Event queue; retry; local echo; races
labels
Oct 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will let us do our part for server API migrations, by using the new API where available so that this client isn't a compatibility obstacle for future server versions to drop the old API.
In particular, this means:
sendMessage
. (Compare Use "direct" as the messagetype
when sending direct/private messages. zulip-mobile#5725 .)getMessages
.TODO(server-…)
comments.The text was updated successfully, but these errors were encountered: