made emojipicker work 10x better, also fixed a few bugs
This commit is contained in:
@@ -17,6 +17,12 @@ export default defineEventHandler(async (event) => {
|
||||
select: {
|
||||
id: true,
|
||||
username: true,
|
||||
friends: {
|
||||
select: {
|
||||
id: true,
|
||||
username: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
}) as SafeUser | null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user