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
In the Slack client, you can only send messages up to 4000 characters long, slash command included. This means we never have to worry about getting too large a message to translate, even with the new 40,000 char limit. That said, Slack's chunking mechanism has no concept of emojis, so occasionally we'll see emojis fractured between two messages. Might be worth looking into chunking on this side and splitting on emoji borders when translated messages breach 4k.
The text was updated successfully, but these errors were encountered:
In the Slack client, you can only send messages up to 4000 characters long, slash command included. This means we never have to worry about getting too large a message to translate, even with the new 40,000 char limit. That said, Slack's chunking mechanism has no concept of emojis, so occasionally we'll see emojis fractured between two messages. Might be worth looking into chunking on this side and splitting on emoji borders when translated messages breach 4k.
The text was updated successfully, but these errors were encountered: