remove old videochat invitations

This commit is contained in:
adbenitez 2025-09-03 16:02:09 +02:00
parent 364d15442a
commit 01c766db41
7 changed files with 5 additions and 109 deletions

View file

@ -965,13 +965,6 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
AttachmentManager.selectGallery(this, PICK_GALLERY); break;
case AttachmentTypeSelector.ADD_DOCUMENT:
AttachmentManager.selectDocument(this, PICK_DOCUMENT); break;
case AttachmentTypeSelector.INVITE_VIDEO_CHAT:
if (isMultiUser()) {
VideochatUtil.startMeeting(this, chatId);
} else {
VideochatUtil.startCall(this, chatId);
}
break;
case AttachmentTypeSelector.ADD_CONTACT_INFO:
startContactChooserActivity(); break;
case AttachmentTypeSelector.ADD_LOCATION: