1
0
Fork 0

Post #64: Fix erroneous account timeline update.

This commit is contained in:
Nicolas Perriault 2017-05-05 19:34:44 +02:00
parent 3ab26c09d8
commit 102210aebb
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ processMastodonEvent msg model =
case result of
Ok { decoded } ->
{ model | currentView = AccountView decoded }
! [ Command.loadAccountTimeline model.client decoded.id model.userTimeline.links.next ]
! [ Command.loadAccountTimeline model.client decoded.id model.accountTimeline.links.next ]
Err error ->
{ model