]> 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:10:00 +0000 (16:10 -0800)
commit92154969029e15673b84f5cc228099f2f5c1b942
tree7a5d4c947842a6785f86e1b39f3a4fa600bf612c
parentaff78e51216e09a6e5c95c775d636530c85736fc
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