Uploading an avatar media exceeding max size returns a 413
authorduponin <duponin@locahlo.st>
Sun, 11 Dec 2022 21:54:47 +0000 (22:54 +0100)
committerFrancis Dinh <normandy@biribiri.dev>
Mon, 12 Dec 2022 22:28:09 +0000 (17:28 -0500)
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.


No differences found