diff --git a/ts/modules/accounts.ts b/ts/modules/accounts.ts index beb3dd5..e13c11d 100644 --- a/ts/modules/accounts.ts +++ b/ts/modules/accounts.ts @@ -1334,9 +1334,7 @@ export class accountsList { const list = this._collectUsers(); let applyList: string[] = []; for (let id of list) { - if (this._users[id].expiry || enableUser) { - applyList.push(id); - } + applyList.push(id); } this._enableExpiryReason.classList.add("unfocused"); let header: string;