Summary: | Take Twitter's automatic shortening of URLs into consideration when counting tweet length | ||
---|---|---|---|
Product: | [Unmaintained] choqok | Reporter: | Michael Gorven <michael> |
Component: | Assignee: | Andrea Scarpino <scarpino> | |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | gmlastik, j.maceachern, robert, scarpino |
Priority: | NOR | ||
Version First Reported In: | 1.0 | ||
Target Milestone: | 1.5 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/choqok/9286fdb31cb31985420c934b04305fb03fbe4251 | Version Fixed In: | 1.5 |
Sentry Crash Report: |
Description
Michael Gorven
2011-11-01 11:28:52 UTC
This also happens when attaching a media. Write a tweet 140 chars long and attach a media. Choqok reports "0" chars remaining, but Twitter says -23 because the attached media becomes a link that is appended to the tweet. Git commit 9286fdb31cb31985420c934b04305fb03fbe4251 by Andrea Scarpino. Committed on 20/12/2014 at 08:51. Pushed by scarpino into branch 'master'. Take Twitter's t.co urls lenght in consideration See https://dev.twitter.com/overview/t.co for more info. REVIEW: 121610 FIXED-IN: 1.5 M +1 -1 helperlibs/twitterapihelper/twitterapicomposerwidget.cpp M +104 -5 helperlibs/twitterapihelper/twitterapitextedit.cpp M +10 -3 helperlibs/twitterapihelper/twitterapitextedit.h M +1 -0 libchoqok/CMakeLists.txt M +15 -0 libchoqok/ui/choqoktextedit.cpp M +4 -1 libchoqok/ui/choqoktextedit.h M +14 -54 libchoqok/ui/postwidget.cpp M +1 -2 libchoqok/ui/postwidget.h A +101 -0 libchoqok/urlutils.cpp [License: GPL] A +47 -0 libchoqok/urlutils.h [License: GPL] M +1 -1 microblogs/laconica/laconicacomposerwidget.cpp http://commits.kde.org/choqok/9286fdb31cb31985420c934b04305fb03fbe4251 *** Bug 294969 has been marked as a duplicate of this bug. *** |