Display user badges
This commit is contained in:
parent
927c22ef73
commit
f647c4e053
95 changed files with 2891 additions and 424 deletions
|
@ -198,6 +198,17 @@ export type ConversationType = {
|
|||
publicParams?: string;
|
||||
acknowledgedGroupNameCollisions?: GroupNameCollisionsWithIdsByTitle;
|
||||
profileKey?: string;
|
||||
|
||||
badges: Array<
|
||||
| {
|
||||
id: string;
|
||||
}
|
||||
| {
|
||||
id: string;
|
||||
expiresAt: number;
|
||||
isVisible: boolean;
|
||||
}
|
||||
>;
|
||||
};
|
||||
export type ProfileDataType = {
|
||||
firstName: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue