mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Fix reblogs
This commit is contained in:
parent
abea3f49c2
commit
9064590292
2 changed files with 4 additions and 1 deletions
|
|
@ -79,7 +79,9 @@ export const statusAndUserRelations: Prisma.StatusInclude = {
|
|||
},
|
||||
},
|
||||
instance: true,
|
||||
mentions: true,
|
||||
mentions: {
|
||||
include: userRelations,
|
||||
},
|
||||
pinnedBy: true,
|
||||
_count: {
|
||||
select: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue