We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6eef6 commit 5ede9f8Copy full SHA for 5ede9f8
api/server/models.ts
@@ -3,6 +3,7 @@ export const DEFAULT_PICTURE_URL = '/assets/default-profile-pic.svg';
3
export interface Profile {
4
name?: string;
5
picture?: string;
6
+ pictureId?: string;
7
}
8
9
export enum MessageType {
0 commit comments