mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-25 04:03:40 +00:00
use simple style for sharing on SN
This commit is contained in:
parent
3864d115c8
commit
4c6e650548
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ function statusnet_post_hook(&$a,&$b) {
|
|||
// ok, all the links we want to send out are save, now strip
|
||||
// away the remaining bbcode
|
||||
//$msg = strip_tags(bbcode($tmp, false, false));
|
||||
$msg = bbcode($tmp, false, false);
|
||||
$msg = bbcode($tmp, false, false, true);
|
||||
$msg = str_replace(array('<br>','<br />'),"\n",$msg);
|
||||
$msg = strip_tags($msg);
|
||||
|
||||
|
|
Loading…
Reference in a new issue