Use the right status entry view for the account tl.
This commit is contained in:
parent
072991520c
commit
3ab26c09d8
@ -16,7 +16,7 @@ import Mastodon.Model exposing (..)
|
|||||||
import Types exposing (..)
|
import Types exposing (..)
|
||||||
import View.Common as Common
|
import View.Common as Common
|
||||||
import View.Events exposing (..)
|
import View.Events exposing (..)
|
||||||
import View.Status exposing (statusView)
|
import View.Status exposing (statusEntryView)
|
||||||
import View.Formatter exposing (formatContent)
|
import View.Formatter exposing (formatContent)
|
||||||
|
|
||||||
|
|
||||||
@ -127,8 +127,7 @@ accountTimelineView currentUser timeline relationship account =
|
|||||||
let
|
let
|
||||||
keyedEntry status =
|
keyedEntry status =
|
||||||
( toString status.id
|
( toString status.id
|
||||||
, li [ class "list-group-item status" ]
|
, Lazy.lazy (statusEntryView "account" "status" currentUser) status
|
||||||
[ Lazy.lazy2 statusView "account" status ]
|
|
||||||
)
|
)
|
||||||
|
|
||||||
entries =
|
entries =
|
||||||
|
Loading…
Reference in New Issue
Block a user