Get rid of unsafe variables.
[akkoma] / lib / pleroma / web / common_api / common_api.ex
index 21225c3b7d8a95b908b2820a795433dec25fdf0a..2c4b591d4a9477d14584821b32f424d894122808 100644 (file)
@@ -103,7 +103,6 @@ defmodule Pleroma.Web.CommonAPI do
           additional: %{"cc" => cc}
         })
 
-      User.increase_note_count(user)
       res
     end
   end