mirror of
https://github.com/friendica/friendica
synced 2025-04-27 00:30:10 +00: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