add support for all status type (ostatus) and replase case with if
[akkoma] / lib / pleroma / user / info.ex
index 70b72710bfb844d0aaf9c63f60d446f91219a118..740a46727b50ffe1e1ff9a3ed443c5e6205c2af0 100644 (file)
@@ -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]}