fix mentions

This commit is contained in:
zadam
2023-06-29 12:19:01 +02:00
parent b7c37fdf58
commit 788841d256
7 changed files with 23 additions and 26 deletions

View File

@@ -247,7 +247,7 @@ class AbstractBeccaEntity {
throw new Error(`Cannot find content for ${this.constructor.primaryKeyName} '${this[this.constructor.primaryKeyName]}', blobId '${this.blobId}'`);
}
return blobService.processContent(row.content);
return blobService.processContent(row.content, this.isProtected, this.hasStringContent());
}
/**