mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
formatting
This commit is contained in:
parent
ebfc10c834
commit
094e1ef048
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ defmodule Pleroma.User.Info do
|
||||||
moderator: is_moderator
|
moderator: is_moderator
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
def add_reblog_mute(info, ap_id) do
|
def add_reblog_mute(info, ap_id) do
|
||||||
params = %{muted_reblogs: info.muted_reblogs ++ [ap_id]}
|
params = %{muted_reblogs: info.muted_reblogs ++ [ap_id]}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue