summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-08-12 16:07:45 -0400
committerMark Felder <feld@feld.me>2024-08-12 16:07:45 -0400
commit471f5c81fd279ccbc0cee7196573485b8608786b (patch)
tree643bebdde8f88a58ec42867d33bf8f10cdffe6f8
parent5a134a46f7a59eba131c9e484d49e09394e341a8 (diff)
downloadpleroma-471f5c81fd279ccbc0cee7196573485b8608786b.tar.gz
pleroma-471f5c81fd279ccbc0cee7196573485b8608786b.zip
Add module documentation
-rw-r--r--lib/pleroma/web/activity_pub/mrf/quiet_reply.ex3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/pleroma/web/activity_pub/mrf/quiet_reply.ex b/lib/pleroma/web/activity_pub/mrf/quiet_reply.ex
index 52d92f267..ae5e2cdc7 100644
--- a/lib/pleroma/web/activity_pub/mrf/quiet_reply.ex
+++ b/lib/pleroma/web/activity_pub/mrf/quiet_reply.ex
@@ -3,6 +3,9 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Web.ActivityPub.MRF.QuietReply do
+ @moduledoc """
+ QuietReply alters the scope of activities from local users when replying by enforcing them to be "Unlisted" or "Quiet Public". This delivers the activity to all the expected recipients and instances, but it will not be published in the Federated / The Whole Known Network timelines. It will still be published to the Home timelines of the user's followers and visible to anyone who opens the thread.
+ """
require Pleroma.Constants
alias Pleroma.User