parent
faea93e5ce
commit
606103be8d
4 changed files with 19 additions and 5 deletions
|
@ -89,7 +89,7 @@ export type AnyToast =
|
|||
| { toastType: ToastType.CaptchaSolved }
|
||||
| {
|
||||
toastType: ToastType.ConversationArchived;
|
||||
parameters: { conversationId: string };
|
||||
parameters: { conversationId: string; wasPinned: boolean };
|
||||
}
|
||||
| { toastType: ToastType.ConversationMarkedUnread }
|
||||
| { toastType: ToastType.ConversationRemoved; parameters: { title: string } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue