]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Ticket 2135: trim overlong repeats with ellipsis rather than failing.
authorBrion Vibber <brion@pobox.com>
Tue, 5 Jan 2010 23:04:08 +0000 (15:04 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 6 Jan 2010 00:11:02 +0000 (16:11 -0800)
commiteb22d2d2401293ec87e9fa2c2e7fb053d9780dfd
treeffd464148a5704fe008e46160d86c0a419687b0c
parent7491274c0eb1317203ed39a6ff2a96acb6c8ed78
Ticket 2135: trim overlong repeats with ellipsis rather than failing.
In web interface and retweet/repeat API we show the original untrimmed text, but some back-compat API messages will still show the trimmed 'RT' version.
This matches Twitter's behavior on overlong retweets, though we're outputting the RT version in more API results than they do.
classes/Notice.php