Line is too long!
authorMaxim Filippov <colixer@gmail.com>
Mon, 7 Oct 2019 13:03:23 +0000 (16:03 +0300)
committerMaxim Filippov <colixer@gmail.com>
Mon, 7 Oct 2019 13:03:23 +0000 (16:03 +0300)
lib/pleroma/activity.ex

index daf0ed89f7150504d5903f64b9c0716eae152c03..7b77f72c26fe5b8b2513d4715970728581b56209 100644 (file)
@@ -42,7 +42,8 @@ defmodule Pleroma.Activity do
     field(:recipients, {:array, :string}, default: [])
     field(:thread_muted?, :boolean, virtual: true)
 
-    # This is a fake relation, do not use outside of with_preloaded_user_actor/with_joined_user_actor
+    # This is a fake relation,
+    # do not use outside of with_preloaded_user_actor/with_joined_user_actor
     has_one(:user_actor, User, on_delete: :nothing, foreign_key: :id)
     # This is a fake relation, do not use outside of with_preloaded_bookmark/get_bookmark
     has_one(:bookmark, Bookmark)