mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Add ability for poll author to terminate a poll
This commit is contained in:
@@ -652,6 +652,10 @@ export function renderToast({
|
||||
);
|
||||
}
|
||||
|
||||
if (toastType === ToastType.PollNotFound) {
|
||||
return <Toast onClose={hideToast}>{i18n('icu:Toast--PollNotFound')}</Toast>;
|
||||
}
|
||||
|
||||
if (toastType === ToastType._InternalMainProcessLoggingError) {
|
||||
return (
|
||||
<Toast
|
||||
|
||||
Reference in New Issue
Block a user