From: William Pitcock Date: Tue, 7 May 2019 16:11:10 +0000 (+0000) Subject: containment: remove pointless moduledoc line X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=e71ddf23bac6e9b92f2158ac647e6fb68677b1b0;p=akkoma containment: remove pointless moduledoc line --- diff --git a/lib/pleroma/object/containment.ex b/lib/pleroma/object/containment.ex index 70325d6be..2f4687fa2 100644 --- a/lib/pleroma/object/containment.ex +++ b/lib/pleroma/object/containment.ex @@ -1,7 +1,5 @@ defmodule Pleroma.Object.Containment do @moduledoc """ - help on getting the origin of contained objects - This module contains some useful functions for containing objects to specific origins and determining those origins. They previously lived in the ActivityPub `Transmogrifier` module.