Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2022-08-21 14:39:25 +02:00
9 changed files with 79 additions and 99 deletions
+1 -1
View File
@@ -84,6 +84,6 @@ class Importer::StatusesIndexImporter < Importer::BaseImporter
end
def local_statuses_scope
Status.local.select('id, coalesce(reblog_of_id, id) as status_id')
Status.local.select('"statuses"."id", COALESCE("statuses"."reblog_of_id", "statuses"."id") AS status_id')
end
end