showtoast on invite accept from already member open-group

pull/1074/head
Audric Ackermann 5 years ago
parent 0d0a0a1eb5
commit a3575c0295
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -1156,6 +1156,11 @@
const conversationExists = ConversationController.get(conversationId);
if (conversationExists) {
window.log.warn('We are already a member of this public chat');
window.pushToast({
description: window.i18n('publicChatExists'),
type: 'info',
id: 'alreadyMemberPublicChat',
});
return;
}

Loading…
Cancel
Save