diff options
author | William Pitcock <nenolod@dereferenced.org> | 2019-05-07 16:11:10 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2019-05-07 16:11:22 +0000 |
commit | e71ddf23bac6e9b92f2158ac647e6fb68677b1b0 (patch) | |
tree | 6368b15d22bd504806266c301cbfce883a3a5fd4 | |
parent | 69a5074893d050a9a3ce6d245f1aa05c385ea4fb (diff) | |
download | pleroma-e71ddf23bac6e9b92f2158ac647e6fb68677b1b0.tar.gz |
containment: remove pointless moduledoc line
-rw-r--r-- | lib/pleroma/object/containment.ex | 2 |
1 files changed, 0 insertions, 2 deletions
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. |