forked from friendica/friendica-addons
Twitter needs a lower character limit
This commit is contained in:
parent
b178502bfe
commit
fa51ac311c
|
@ -286,7 +286,7 @@ function twitter_shortenmsg($b) {
|
||||||
require_once("include/bbcode.php");
|
require_once("include/bbcode.php");
|
||||||
require_once("include/html2plain.php");
|
require_once("include/html2plain.php");
|
||||||
|
|
||||||
$max_char = 140;
|
$max_char = 130;
|
||||||
|
|
||||||
// Looking for the first image
|
// Looking for the first image
|
||||||
$image = '';
|
$image = '';
|
||||||
|
|
Loading…
Reference in a new issue