jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 30 forks source link

Character limits and shortening out of date #60

Open reagle opened 10 years ago

reagle commented 10 years ago

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.