Twitter needs a lower character limit

pull/116/head
Tobias Diekershoff 2013-04-21 17:21:09 +02:00
parent b178502bfe
commit fa51ac311c
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ function twitter_shortenmsg($b) {
require_once("include/bbcode.php");
require_once("include/html2plain.php");
$max_char = 140;
$max_char = 130;
// Looking for the first image
$image = '';