@social-mail/social-mail-client 1.8.103 → 1.8.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23999,7 +23999,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
23999
23999
  }) {
24000
24000
  return __awaiter(this, void 0, void 0, function* () {
24001
24001
  const userID = SocialMailApp.user.userID;
24002
- let q = this.entityService.query(AppFile).where(x => x.isFolder === true && x.parentID === null && x.path !== null && x.contentType !== "snapshot");
24002
+ let q = this.entityService.query(AppFile).where(x => x.isFolder === true && x.parentID === null && x.path !== null && x.contentType !== "snapshot" && x.isDeleted === false);
24003
24003
  if (search) {
24004
24004
  q = q.where({
24005
24005
  search