From 3a697f07bbc7904c5000d18d1003dc981469598b Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Sun, 23 Apr 2017 20:08:22 +0200 Subject: [PATCH] Fix error when boosting a status. --- src/View.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View.elm b/src/View.elm index 2e854bb..65d938a 100644 --- a/src/View.elm +++ b/src/View.elm @@ -236,7 +236,7 @@ statusActionsView status = ( baseBtnClasses ++ " reblogged", Unreblog target.id ) _ -> - ( baseBtnClasses, AddFavorite target.id ) + ( baseBtnClasses, Reblog target.id ) ( favClasses, favEvent ) = case status.favourited of