mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 01:11:46 +03:00
feat(web,server): user avatar color (#4779)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { UserResponseDto } from '@api';
|
||||
import { UserAvatarColor, type UserResponseDto } from '@api';
|
||||
import { faker } from '@faker-js/faker';
|
||||
import { Sync } from 'factory.ts';
|
||||
|
||||
@@ -16,4 +16,5 @@ export const userFactory = Sync.makeFactory<UserResponseDto>({
|
||||
updatedAt: Sync.each(() => faker.date.past().toISOString()),
|
||||
memoriesEnabled: true,
|
||||
oauthId: '',
|
||||
avatarColor: UserAvatarColor.Primary,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user