mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-03-20 17:14:52 +00:00
monograph: fix monograph content sanitization
This commit is contained in:
committed by
Abdullah Atta
parent
9ae5db378d
commit
8d4336d1bc
@@ -83,5 +83,8 @@ namespace Notesnook.API.Models
|
||||
|
||||
[JsonPropertyName("viewCount")]
|
||||
public int ViewCount { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public ContentSanitizationLevel ContentSanitizationLevel { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user