Resolve quota issue #75

This commit is contained in:
djmaze 2021-04-06 23:03:20 +02:00
parent ebfc2a705b
commit 687afdef6a
2 changed files with 2 additions and 4 deletions

View file

@ -187,8 +187,6 @@ export class MessageListMailBoxUserView extends AbstractViewRight {
this.hasCheckedOrSelectedLines = MessageUserStore.hasCheckedOrSelected,
this.quotaTooltip = this.quotaTooltip.bind(this);
this.selector = new Selector(
MessageUserStore.list,
MessageUserStore.selectorMessageSelected,
@ -887,7 +885,7 @@ export class MessageListMailBoxUserView extends AbstractViewRight {
SIZE: FileInfo.friendlySize(this.userUsageSize()),
PROC: this.userUsageProc(),
LIMIT: FileInfo.friendlySize(this.userQuota())
});
}).replace(/<[^>]+>/g, '');
}
initUploaderForAppend() {