Merge branch 'develop' into global-status-expiration
[akkoma] / lib / pleroma / web / activity_pub / mrf / activity_expiration_policy.ex
index 274bb9a5c1ef9658b763d71ed42448a936254265..a9bdf3b693cf37ff50528e60b6f9da0bed6e2b0c 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.ActivityPub.MRF.ActivityExpirationPolicy do
-  @moduledoc "Adds expiration to all local activities"
+  @moduledoc "Adds expiration to all local Create activities"
   @behaviour Pleroma.Web.ActivityPub.MRF
 
   @impl true