feat(chat): sync multi-role backend APIs
This commit is contained in:
@@ -67,3 +67,11 @@ export async function consumePendingChatPromotion(
|
||||
export async function clearPendingChatPromotion(): Promise<void> {
|
||||
await NavigationStorage.clearPendingChatPromotion();
|
||||
}
|
||||
|
||||
export async function clearPendingChatNavigation(): Promise<void> {
|
||||
await Promise.all([
|
||||
NavigationStorage.clearPendingChatUnlock(),
|
||||
NavigationStorage.clearPendingChatPromotion(),
|
||||
NavigationStorage.clearPendingChatImageReturn(),
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user