Fix error when boosting a status.
This commit is contained in:
parent
e6ba007f18
commit
3a697f07bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user