Fix reblogs

This commit is contained in:
Jesse Wierzbinski 2023-11-28 13:16:22 -10:00
parent abea3f49c2
commit 9064590292
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -79,7 +79,9 @@ export const statusAndUserRelations: Prisma.StatusInclude = {
},
},
instance: true,
mentions: true,
mentions: {
include: userRelations,
},
pinnedBy: true,
_count: {
select: {