Fix tests.
[akkoma] / lib / pleroma / web / mastodon_api / views / status_view.ex
index 5c6fd05f3a82eeb07adf9408a6adbdf8ceaa8aed..3012344121240b3737272c3336b159a09b956985 100644 (file)
@@ -195,6 +195,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
     cond do
       public in to -> "public"
       public in cc -> "unlisted"
+         # this should use the sql for the object's activity
       Enum.any?(to, &String.contains?(&1, "/followers")) -> "private"
       true -> "direct"
     end