aboutsummaryrefslogtreecommitdiff
path: root/lib/models/attachment.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/models/attachment.ml')
-rw-r--r--lib/models/attachment.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/attachment.ml b/lib/models/attachment.ml
index 9e72f15..5f17a16 100644
--- a/lib/models/attachment.ml
+++ b/lib/models/attachment.ml
@@ -6,4 +6,4 @@ type t = {
proxy_url: string;
height: int [@default -1];
width: int [@default -1];
-} [@@deriving yojson] \ No newline at end of file
+} [@@deriving yojson { strict = false}] \ No newline at end of file