AccountView: `sensitive` is supposed to be a boolean, not a string
[akkoma] / lib / pleroma / web / mastodon_api / views / account_view.ex
index 7bc32e688ffc180e7318b25c226e1473e3c65044..fb42e82c89c07d7d152127b058b167d0030f9a24 100644 (file)
@@ -47,7 +47,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
       source: %{
         note: "",
         privacy: user_info.default_scope,
-        sensitive: "false"
+        sensitive: false
       }
     }
   end