mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 10:04:26 +02:00
Likes do federate ...
This commit is contained in:
parent
65468bf202
commit
c8fdff32b3
1 changed files with 0 additions and 4 deletions
|
@ -308,10 +308,6 @@ class Item extends BaseObject {
|
||||||
if (($item["item_network"] == NETWORK_FACEBOOK) AND ($indent == 'comment') AND isset($buttons["like"]))
|
if (($item["item_network"] == NETWORK_FACEBOOK) AND ($indent == 'comment') AND isset($buttons["like"]))
|
||||||
unset($buttons["like"]);
|
unset($buttons["like"]);
|
||||||
|
|
||||||
// Likes don't federate at OStatus
|
|
||||||
if (($item["item_network"] == NETWORK_OSTATUS) AND isset($buttons["like"]))
|
|
||||||
unset($buttons["like"]);
|
|
||||||
|
|
||||||
$tmp_item = array(
|
$tmp_item = array(
|
||||||
'template' => $this->get_template(),
|
'template' => $this->get_template(),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue