Send the membership emails in the correct language
And send them as well if the member is on the same instance 🙈 Close #472 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -526,7 +526,8 @@ defmodule Mobilizon.Federation.ActivityPub do
|
||||
local
|
||||
),
|
||||
:ok <- maybe_federate(activity),
|
||||
:ok <- maybe_relay_if_group_activity(activity) do
|
||||
:ok <- maybe_relay_if_group_activity(activity),
|
||||
:ok <- Group.send_invite_to_user(member) do
|
||||
{:ok, activity, member}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user