1
0

ux: should not show follow requests tab when have no pending sent follow req

This commit is contained in:
Lhc_fl
2024-10-06 19:12:13 +08:00
committed by Hazelnoot
parent 1eacf0772c
commit 0e6ba9ccd4
6 changed files with 19 additions and 2 deletions
+1
View File
@@ -3971,6 +3971,7 @@ export type components = {
hasUnreadChannel: boolean;
hasUnreadNotification: boolean;
hasPendingReceivedFollowRequest: boolean;
hasPendingSentFollowRequest: boolean;
unreadNotificationsCount: number;
mutedWords: string[][];
hardMutedWords: string[][];