Twitter just went to the 280 character limit.

This commit is contained in:
Michael 2017-11-07 22:44:39 +00:00
parent c3e93f1ed9
commit 2effabed63
2 changed files with 4 additions and 4 deletions

View file

@ -295,7 +295,7 @@ function buffer_send(&$a,&$b) {
break;
case 'twitter':
$send = ($b["extid"] != NETWORK_TWITTER);
$limit = 140;
$limit = 280;
$markup = false;
$includedlinks = true;
$htmlmode = 8;