mirror of
https://github.com/friendica/friendica
synced 2025-05-01 09:44:23 +02:00
Block communication with Diaspora for communities
This commit is contained in:
parent
2b0518ac04
commit
29d83c0ffb
4 changed files with 17 additions and 7 deletions
|
@ -153,7 +153,7 @@ class Notifier
|
|||
}
|
||||
|
||||
// Should the post be transmitted to Diaspora?
|
||||
$diaspora_delivery = true;
|
||||
$diaspora_delivery = ($owner['account-type'] != User::ACCOUNT_TYPE_COMMUNITY);
|
||||
|
||||
// If this is a public conversation, notify the feed hub
|
||||
$public_message = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue