Disable OBJECTID capability by default due to #1640

This commit is contained in:
the-djmaze 2024-06-25 03:29:46 +02:00
parent 5a63b02782
commit c872e5afe4
3 changed files with 4 additions and 3 deletions

View file

@ -353,7 +353,7 @@ export class DomainPopupView extends AbstractViewPopup {
'STATUS=SIZE',
'THREAD'
]);
this.imapDisabled_capabilities(['METADATA','PREVIEW','STATUS=SIZE']);
this.imapDisabled_capabilities(['METADATA','OBJECTID','PREVIEW','STATUS=SIZE']);
forEachObjectEntry(domainDefaults, (key, value) => this[key](value));
this.enableSmartPorts(true);
if (oDomain) {