mirror of
https://github.com/friendica/friendica
synced 2025-04-28 02:30:16 +00:00
Diaspora participations are now atored as activities
This commit is contained in:
parent
233d6eea2b
commit
2a1cdfa36b
4 changed files with 89 additions and 65 deletions
|
@ -441,7 +441,7 @@ class Notifier
|
|||
|
||||
// Fetch the participation list
|
||||
// The function will ensure that there are no duplicates
|
||||
$relay_list = Diaspora::participantsForThread($target_id, $relay_list);
|
||||
$relay_list = Diaspora::participantsForThread($parent, $relay_list);
|
||||
|
||||
// Add the relay to the list, avoid duplicates.
|
||||
// Don't send community posts to the relay. Forum posts via the Diaspora protocol are looking ugly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue