Merge branch 'main' into glitch-soc/merge-upstream
This commit is contained in:
@ -122,7 +122,7 @@ class Status < ApplicationRecord
|
||||
:tags,
|
||||
:preview_cards,
|
||||
:preloadable_poll,
|
||||
account: [:account_stat, :user],
|
||||
account: [:account_stat, user: :role],
|
||||
active_mentions: { account: :account_stat },
|
||||
reblog: [
|
||||
:application,
|
||||
@ -132,7 +132,7 @@ class Status < ApplicationRecord
|
||||
:conversation,
|
||||
:status_stat,
|
||||
:preloadable_poll,
|
||||
account: [:account_stat, :user],
|
||||
account: [:account_stat, user: :role],
|
||||
active_mentions: { account: :account_stat },
|
||||
],
|
||||
thread: { account: :account_stat }
|
||||
|
Reference in New Issue
Block a user