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
@@ -69,7 +69,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
// Publish meUpdated event
this.globalEventService.publishMainStream(me.id, 'meUpdated', await this.userEntityService.pack(me.id, me, {
detail: true,
schema: 'MeDetailed',
includeSecrets: true,
}));