fix for info after tag/untag user
[akkoma] / lib / mix / tasks / pleroma / digest.ex
index 3595f912d622ab0dd54de666adb7a4ddad553d08..8bde2d4f290bdd848db42a14302a90bf11c4fcdb 100644 (file)
@@ -7,6 +7,8 @@ defmodule Mix.Tasks.Pleroma.Digest do
 
   def run(["test", nickname | opts]) do
     Mix.Pleroma.start_pleroma()
+    Application.ensure_all_started(:timex)
+    Application.ensure_all_started(:swoosh)
 
     user = Pleroma.User.get_by_nickname(nickname)