From: duponin Date: Sun, 11 Dec 2022 21:54:47 +0000 (+0100) Subject: Uploading an avatar media exceeding max size returns a 413 X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=c9304962c3a91f7e38e3d519637b5617a2df4e30;hp=c9304962c3a91f7e38e3d519637b5617a2df4e30;p=akkoma Uploading an avatar media exceeding max size returns a 413 Until now it was returning a 500 because the upload plug were going through the changeset and ending in the JSON encoder, which raised because struct has to @derive the encoder. ---