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
+1 -1
View File
@@ -206,7 +206,7 @@ export class ServerService implements OnApplicationShutdown {
});
this.globalEventService.publishMainStream(profile.userId, 'meUpdated', await this.userEntityService.pack(profile.userId, { id: profile.userId }, {
detail: true,
schema: 'MeDetailed',
includeSecrets: true,
}));