summaryrefslogtreecommitdiff
path: root/elm/Lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-03-16 12:59:30 +0100
committerYorhel <git@yorhel.nl>2020-03-16 12:59:30 +0100
commit1060de04e9e54d7e40c5ad96c0012acc0e67dc5d (patch)
treefa2ad9438d0eea009f100569804d45f28582dbb0 /elm/Lib
parentea6d1b515165e352709a75e47c5879567ee48e22 (diff)
parentbe6aa6cc7e8034cfc064acb22f44e66aa527e06f (diff)
Merge branch 'imgflag'
While it's a bit early to put this feature online already, it is rather annoying to work on a different branch when if involves a somewhat large change in the database schema. It'll be much easier to continue development and testing on the master branch. Most of the changes that will follow won't affect the DB or the rest of the site much, so if this update succeeds I don't expect any trouble.
Diffstat (limited to 'elm/Lib')
-rw-r--r--elm/Lib/Api.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/elm/Lib/Api.elm b/elm/Lib/Api.elm
index d8cb1315..ee2df07f 100644
--- a/elm/Lib/Api.elm
+++ b/elm/Lib/Api.elm
@@ -47,6 +47,7 @@ showResponse res =
TagResult _ -> unexp
VNResult _ -> unexp
ProducerResult _ -> unexp
+ ImageResult _ -> unexp
expectResponse : (Response -> msg) -> Http.Expect msg