mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:10:11 +00:00
Fix commenting on public posts
This commit is contained in:
parent
8628bd5228
commit
9191daf12f
2 changed files with 14 additions and 1 deletions
|
@ -744,7 +744,7 @@ class Notifier
|
|||
|
||||
// Also don't deliver when the direct thread parent was delivered via Diaspora
|
||||
if ($thr_parent['network'] == Protocol::DIASPORA) {
|
||||
Logger::info('Threat parent network is Diaspora, so no AP delivery');
|
||||
Logger::info('Thread parent network is Diaspora, so no AP delivery');
|
||||
return ['count' => 0, 'contacts' => []];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue