updated ScheduledActivity
[akkoma] / test / support / factory.ex
index 4bd4c145a2f69bb126c8cbe77e4e7b4a86aa2275..e3f797f64c16b4abb0dcc8f05ada8cd8a811479f 100644 (file)
@@ -376,4 +376,13 @@ defmodule Pleroma.Factory do
         )
     }
   end
+
+  def marker_factory do
+    %Pleroma.Marker{
+      user: build(:user),
+      timeline: "notifications",
+      lock_version: 0,
+      last_read_id: "1"
+    }
+  end
 end