search fixes WIP

This commit is contained in:
zadam
2020-12-14 23:59:05 +01:00
parent fccce2ff1e
commit 3a12181a57
7 changed files with 18 additions and 9 deletions

View File

@@ -79,7 +79,6 @@ class NoteRevision extends Entity {
}
this.content = res.content;
if (this.isProtected) {
if (protectedSessionService.isProtectedSessionAvailable()) {
this.content = protectedSessionService.decrypt(this.content);