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
compose [nfc]: Comment on max-topic-length check about cutting off short
We have the same comment where we check the content length:
if (textNormalized.length > kMaxMessageLengthCodePoints)
and it applies here, too; the API doc on max_topic_length in
/register also says it's in Unicode code points:
https://zulip.com/api/register-queue
And give our max-topic-length variable a more descriptive name,
again like we do with kMaxMessageLengthCodePoints.
0 commit comments