mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Twitter+Statusnet: Between message and link there is now a linefeed.
This commit is contained in:
parent
a00464cd98
commit
37940d0070
2 changed files with 2 additions and 2 deletions
|
@ -452,7 +452,7 @@ function twitter_shortenmsg($b) {
|
|||
$msg = str_replace(" ", " ", $msg);
|
||||
|
||||
//return(trim($msg." ".$msglink));
|
||||
return(trim($msg." ".$orig_link));
|
||||
return(trim($msg."\n".$orig_link));
|
||||
}
|
||||
|
||||
function twitter_post_hook(&$a,&$b) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue