mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-16 13:13:53 +00:00
Merge pull request #116 from tobiasd/master
char limit for Twitter needs to set lower because of t.co
This commit is contained in:
commit
6a55da34b9
1 changed files with 1 additions and 1 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in a new issue