reactions and a bunch of bug fixes
This commit is contained in:
@@ -45,6 +45,21 @@ export default defineEventHandler(async (event) => {
|
||||
select: {
|
||||
id: true,
|
||||
username: true,
|
||||
servers: {
|
||||
participants: {
|
||||
select: {
|
||||
id: true,
|
||||
username: true
|
||||
}
|
||||
},
|
||||
channels: {
|
||||
select: {
|
||||
id: true,
|
||||
DM: true,
|
||||
name: true,
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
}) as unknown as IUser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user