1
0

merge: upstream

This commit is contained in:
Marie
2024-02-03 20:19:44 +01:00
285 changed files with 3413 additions and 1913 deletions
@@ -148,7 +148,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
if (user != null) {
return {
type: 'User',
object: await this.userEntityService.pack(user, me, { detail: true }),
object: await this.userEntityService.pack(user, me, { schema: 'UserDetailedNotMe' }),
};
} else if (note != null) {
try {