jgoerzen / twidge

Command-line twitter/identica client [Haskell]

Home Page:http://wiki.github.com/jgoerzen/twidge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Character limits and shortening out of date

reagle opened this issue · comments

For two years now Twitter shortens and wraps all URLs via its t.co service. Hence the "max length 140" is no longer appropriate and the URL shortening is redundant. The size limit should be tested via: if len(everything_but_URL) + 20 > 140.