Skip to content
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

Max tweet length should be treated differently #29

Open
andromedarabbit opened this issue Jul 15, 2022 · 1 comment
Open

Max tweet length should be treated differently #29

andromedarabbit opened this issue Jul 15, 2022 · 1 comment

Comments

@andromedarabbit
Copy link

According to Counting characters | Docs | Twitter Developer Platform some glyphs will count as more than one character and the following line should be rewritten:

if (chunk.length > this.MAX_TWEET_LENGTH) {

@Polonco
Copy link

Polonco commented Aug 10, 2022

I 100% support this. It is really annoying when I post long URLs.
URLs are automatically shortened by twitter and it should count just as 23 chars.

The actual behaviour is breaking my tweets into threads just because I post a long link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants