monograph: fix monograph content sanitization

This commit is contained in:
Abdullah Atta
2026-02-25 15:39:25 +05:00
committed by Abdullah Atta
parent 9ae5db378d
commit 8d4336d1bc
5 changed files with 108 additions and 17 deletions

View File

@@ -83,5 +83,8 @@ namespace Notesnook.API.Models
[JsonPropertyName("viewCount")]
public int ViewCount { get; set; }
[JsonIgnore]
public ContentSanitizationLevel ContentSanitizationLevel { get; set; }
}
}