aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Konou <konoukaren@gmail.com>2019-03-15 14:28:14 +0100
committerKaren Konou <konoukaren@gmail.com>2019-03-15 14:28:14 +0100
commit094e1ef048f972fc3ead8d597ac9dbe6f5f62f34 (patch)
tree29643b66dd9bd8eb3e785f90d9c08d77258d8fe9
parentebfc10c834907011c3ac632ea876ce18e9d3c9e4 (diff)
downloadpleroma-094e1ef048f972fc3ead8d597ac9dbe6f5f62f34.tar.gz
formatting
-rw-r--r--lib/pleroma/user/info.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/user/info.ex b/lib/pleroma/user/info.ex
index 70b72710b..740a46727 100644
--- a/lib/pleroma/user/info.ex
+++ b/lib/pleroma/user/info.ex
@@ -260,7 +260,7 @@ defmodule Pleroma.User.Info do
moderator: is_moderator
}
end
-
+
def add_reblog_mute(info, ap_id) do
params = %{muted_reblogs: info.muted_reblogs ++ [ap_id]}