Merge remote-tracking branch 'parent/main' into upstream-20241119
This commit is contained in:
commit
055045981f
221 changed files with 2006 additions and 1127 deletions
|
@ -80,7 +80,7 @@ class Importer::StatusesIndexImporter < Importer::BaseImporter
|
|||
end
|
||||
|
||||
def local_votes_scope
|
||||
Poll.joins(:votes).where(votes: { account: Account.local }).select('polls.id, polls.status_id')
|
||||
Poll.joins(:votes).where(votes: { account: Account.local }).select(polls: [:id, :status_id])
|
||||
end
|
||||
|
||||
def local_statuses_scope
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue