unauthenticated WebSocket via libsignal: shadowing mode
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
d696a2c082
commit
9f40562b19
14 changed files with 636 additions and 119 deletions
|
@ -470,6 +470,10 @@ export function renderToast({
|
|||
);
|
||||
}
|
||||
|
||||
if (toastType === ToastType.TransportError) {
|
||||
return <Toast onClose={hideToast}>{i18n('icu:TransportError')}</Toast>;
|
||||
}
|
||||
|
||||
if (toastType === ToastType.UnableToLoadAttachment) {
|
||||
return (
|
||||
<Toast onClose={hideToast}>{i18n('icu:unableToLoadAttachment')}</Toast>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue