Summary: | choqok has a hardcoded character limit of 140 | ||
---|---|---|---|
Product: | [Applications] choqok | Reporter: | Roman Zimmermann <torotil> |
Component: | Gnu Social | Assignee: | Mehrdad Momeny <mehrdad.momeny> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cowboyofbottrop, gmlastik, northivanastan, tarpoon |
Priority: | NOR | ||
Version: | 1.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/choqok/95b94ec7ca9f1f9738ba85ec3bd5271a1f928c3f | Version Fixed In: | 1.5 |
Sentry Crash Report: |
Description
Roman Zimmermann
2011-10-04 08:41:36 UTC
*** Bug 328570 has been marked as a duplicate of this bug. *** *** Bug 332659 has been marked as a duplicate of this bug. *** Git commit 95b94ec7ca9f1f9738ba85ec3bd5271a1f928c3f by Andrea Scarpino. Committed on 13/12/2014 at 19:16. Pushed by scarpino into branch 'master'. Get char limit for the Status.net server setCharLimit() has been moved from the MicroBlog to the Account class. It also has been renamed as setPostCharLimit(). REVIEW: 121479 FIXED-IN: 1.5 M +1 -0 helperlibs/twitterapihelper/twitterapiaccount.cpp M +1 -1 helperlibs/twitterapihelper/twitterapicomposerwidget.cpp M +1 -1 helperlibs/twitterapihelper/twitterapidmessagedialog.cpp M +0 -1 helperlibs/twitterapihelper/twitterapimicroblog.cpp M +13 -0 libchoqok/account.cpp M +6 -0 libchoqok/account.h M +0 -11 libchoqok/microblog.cpp M +0 -6 libchoqok/microblog.h M +3 -3 libchoqok/ui/composerwidget.cpp M +3 -3 libchoqok/ui/quickpost.cpp M +1 -1 microblogs/laconica/CMakeLists.txt M +10 -2 microblogs/laconica/laconicacomposerwidget.cpp M +1 -0 microblogs/laconica/laconicacomposerwidget.h M +28 -0 microblogs/laconica/laconicaeditaccount.cpp M +1 -0 microblogs/laconica/laconicaeditaccount.h M +2 -0 microblogs/pumpio/pumpioaccount.cpp M +2 -2 microblogs/pumpio/pumpiocomposerwidget.cpp M +0 -1 microblogs/pumpio/pumpiomicroblog.cpp M +2 -2 microblogs/twitter/twittercomposerwidget.cpp http://commits.kde.org/choqok/95b94ec7ca9f1f9738ba85ec3bd5271a1f928c3f I still see it counting down from 140 on Twitter even though the limit was increased to 280. Ivan, this will be fixed in version 1.7, please see bug 370260 for the patch. |