Don't show content if empty or zero width space
[akkoma] / lib / pleroma / activity.ex
index 47562306d136a76fc10917926025ac4c015fbee5..8fd0311d2c25a78fd1259c58e17acbbff64c90bc 100644 (file)
@@ -35,10 +35,11 @@ defmodule Pleroma.Activity do
       )
     )
   end
-  
+
   def get_by_id(id) do
     Repo.get(Activity, id)
   end
+
   # TODO:
   # Go through these and fix them everywhere.
   # Wrong name, only returns create activities