TwitterAPI: Don't put follows into the public tls.
[akkoma] / lib / pleroma / web / twitter_api / twitter_api.ex
index 30362ef7049590efdfa9aa2e63dd86a52c5e097d..027b97154ed542c5421e837a6628cbffd167d9e1 100644 (file)
@@ -212,6 +212,7 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPI do
     DateTime.utc_now() |> DateTime.to_iso8601()
   end
 
+  # DEPRECATED mostly, context objects are now created at insertion time.
   def context_to_conversation_id(context) do
     with %Object{id: id} <- Object.get_cached_by_ap_id(context) do
       id