mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
Twitter just went to the 280 character limit.
This commit is contained in:
parent
c3e93f1ed9
commit
2effabed63
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue