forked from AkkomaGang/akkoma
Line is too long!
This commit is contained in:
parent
35068baf65
commit
aa7fd616c7
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue