mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
fbpost/gpluspost: New design for shared content
This commit is contained in:
parent
520c2514f2
commit
d3fa9a7b21
2 changed files with 2 additions and 2 deletions
|
@ -564,7 +564,7 @@ function fbpost_post_hook(&$a,&$b) {
|
|||
|
||||
if ($toplevel) {
|
||||
require_once("include/plaintext.php");
|
||||
$msgarr = plaintext($a, $b, 0, false);
|
||||
$msgarr = plaintext($a, $b, 0, false, 9);
|
||||
$msg = $msgarr["text"];
|
||||
$link = $msgarr["url"];
|
||||
$linkname = $msgarr["title"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue