forked from friendica/friendica-addons
[statusnet] Remove reference to Slinky
This commit is contained in:
parent
48935de469
commit
cb2c9f836f
|
@ -557,12 +557,7 @@ function statusnet_post_hook(App $a, &$b)
|
|||
$image = "";
|
||||
|
||||
if (isset($msgarr["url"]) && ($msgarr["type"] != "photo")) {
|
||||
if ((strlen($msgarr["url"]) > 20) &&
|
||||
((strlen($msg . " \n" . $msgarr["url"]) > $max_char))) {
|
||||
$msg .= " \n" . Network::shortenUrl($msgarr["url"]);
|
||||
} else {
|
||||
$msg .= " \n" . $msgarr["url"];
|
||||
}
|
||||
$msg .= " \n" . $msgarr["url"];
|
||||
} elseif (isset($msgarr["image"]) && ($msgarr["type"] != "video")) {
|
||||
$image = $msgarr["image"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue