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
We currently use a constant kMaxMessageLengthCodePoints. We should instead use max_message_length from the server; search for max_message_length at https://zulip.com/api/register-queue
Hey, I am working on it. I have successfully fetched the max_message_length from the server and added it in the models. I am now working on integrating it with the compose_box widget.
Update : I did the integration with the sendbutton widget error checker function successfully but somehow i cant raise a PR now. Whenever i try to push the code to origin, it is giving me 403 error.
remote: Permission to zulip/zulip-flutter.git denied to Spyyy004.
fatal: unable to access 'https://github.com/zulip/zulip-flutter.git/': The requested URL returned error: 403
We currently use a constant
kMaxMessageLengthCodePoints
. We should instead usemax_message_length
from the server; search formax_message_length
at https://zulip.com/api/register-queueRelated issues
The text was updated successfully, but these errors were encountered: