mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:44:32 +02:00
Fix comtact-relation follower calculation
This commit is contained in:
parent
7d10518e94
commit
0d2ea97eb1
5 changed files with 50 additions and 23 deletions
|
@ -103,6 +103,7 @@ class Widget
|
|||
{
|
||||
// Always hide content from these networks
|
||||
$networks = [Protocol::PHANTOM, Protocol::FACEBOOK, Protocol::APPNET, Protocol::TWITTER, Protocol::ZOT];
|
||||
Addon::loadAddons();
|
||||
|
||||
if (!Addon::isEnabled("discourse")) {
|
||||
$networks[] = Protocol::DISCOURSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue