Blur avatars of unapproved conversations

This commit is contained in:
Evan Hahn
2021-04-30 14:40:25 -05:00
committed by GitHub
parent bbd7fd3854
commit 05703c2719
28 changed files with 474 additions and 124 deletions
+1
View File
@@ -60,6 +60,7 @@ export type ConversationType = {
profileName?: string;
about?: string;
avatarPath?: string;
unblurredAvatarPath?: string;
areWeAdmin?: boolean;
areWePending?: boolean;
areWePendingApproval?: boolean;