From 2bdb072296633e444ec63eee45eea33272dfaefc Mon Sep 17 00:00:00 2001 From: Shyam Sunder Date: Tue, 5 Jan 2021 13:00:13 -0500 Subject: server/posts: store and provide MD5 checksums --- doc/API.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/API.md b/doc/API.md index cccbc4e..3d280fd 100644 --- a/doc/API.md +++ b/doc/API.md @@ -2366,6 +2366,7 @@ One file together with its metadata posted to the site. "source": , "type": , "checksum": , + "checksumMD5": , "canvasWidth": , "canvasHeight": , "contentUrl": , @@ -2426,8 +2427,9 @@ One file together with its metadata posted to the site. - `"flash"` - Flash animation / game. - `"youtube"` - Youtube embed. -- ``: the file checksum. Used in snapshots to signify changes of the +- ``: the SHA1 file checksum. Used in snapshots to signify changes of the post content. +- ``: the MD5 file checksum. - `` and ``: the original width and height of the post content. - ``: where the post content is located. -- cgit v1.3