|
|
@ -95,7 +95,6 @@ async function joinOpenGroupV2(
|
|
|
|
|
|
|
|
|
|
|
|
if (!conversation) {
|
|
|
|
if (!conversation) {
|
|
|
|
window?.log?.warn('Failed to join open group v2');
|
|
|
|
window?.log?.warn('Failed to join open group v2');
|
|
|
|
// TODO - Check that this is the room name
|
|
|
|
|
|
|
|
throw new Error(window.i18n('communityJoinError'));
|
|
|
|
throw new Error(window.i18n('communityJoinError'));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -180,7 +179,6 @@ export async function joinOpenGroupV2WithUIEvents(
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (showToasts) {
|
|
|
|
if (showToasts) {
|
|
|
|
// TODO - Check that this is the room name
|
|
|
|
|
|
|
|
ToastUtils.pushToastError('communityJoinError', window.i18n('communityJoinError'));
|
|
|
|
ToastUtils.pushToastError('communityJoinError', window.i18n('communityJoinError'));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (errorHandler) {
|
|
|
|
if (errorHandler) {
|
|
|
@ -191,7 +189,6 @@ export async function joinOpenGroupV2WithUIEvents(
|
|
|
|
} catch (error) {
|
|
|
|
} catch (error) {
|
|
|
|
window?.log?.warn('got error while joining open group:', error.message);
|
|
|
|
window?.log?.warn('got error while joining open group:', error.message);
|
|
|
|
if (showToasts) {
|
|
|
|
if (showToasts) {
|
|
|
|
// TODO - Check that this is the room name
|
|
|
|
|
|
|
|
ToastUtils.pushToastError('communityJoinError', window.i18n('communityJoinError'));
|
|
|
|
ToastUtils.pushToastError('communityJoinError', window.i18n('communityJoinError'));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (errorHandler) {
|
|
|
|
if (errorHandler) {
|
|
|
|