fix: all users being marked as not approved on cards
This commit is contained in:
parent
6e2eabbbc9
commit
e1f13f641e
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ export type UserLite = {
|
|||
onlineStatus: 'online' | 'active' | 'offline' | 'unknown';
|
||||
avatarUrl: string;
|
||||
avatarBlurhash: string;
|
||||
approved: boolean;
|
||||
emojis: {
|
||||
name: string;
|
||||
url: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue