Use hash of attachment url as id.
[akkoma] / lib / pleroma / web / ostatus / ostatus.ex
index fa8c086d618b82f5d9751b899a504d4c6021c5a7..882226172f8da39481f4dacbc35a96f032bbc772 100644 (file)
@@ -56,6 +56,7 @@ defmodule Pleroma.Web.OStatus do
         rescue
           e ->
             Logger.error("Error occured while handling activity")
+            Logger.error(xml_string)
           Logger.error(inspect(e))
           nil
         end