Fixes discussions being sent to followers instead of members
Closes #681 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
77200ea587
commit
53fd77f5da
@ -31,7 +31,7 @@ defmodule Mobilizon.Federation.ActivityStream.Converter.Discussion do
|
|||||||
|
|
||||||
%{
|
%{
|
||||||
"type" => "Note",
|
"type" => "Note",
|
||||||
"to" => [discussion.actor.followers_url],
|
"to" => [discussion.actor.members_url],
|
||||||
"cc" => [],
|
"cc" => [],
|
||||||
"name" => discussion.title,
|
"name" => discussion.title,
|
||||||
"content" => discussion.last_comment.text,
|
"content" => discussion.last_comment.text,
|
||||||
|
Loading…
Reference in New Issue
Block a user