mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 19:24:28 +02:00
Preparation for Tumblr
This commit is contained in:
parent
7a55052ad2
commit
f0d8b109fe
4 changed files with 68 additions and 57 deletions
|
@ -120,6 +120,10 @@ class Widget
|
|||
$networks[] = Protocol::TWITTER;
|
||||
}
|
||||
|
||||
if (!Addon::isEnabled("tumblr")) {
|
||||
$networks[] = Protocol::TUMBLR;
|
||||
}
|
||||
|
||||
if (DI::config()->get("system", "ostatus_disabled")) {
|
||||
$networks[] = Protocol::OSTATUS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue