merge-requests/21/head
Bob Mottram 2021-03-12 19:15:06 +00:00
parent 90e02e8af8
commit c608644db0
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
elif keyPress.startswith('show in'):
_showLocalBox('inbox', currInboxIndex, 10)
currTimeline = 'inbox'
elif keyPress.startwith('next'):
elif keyPress.startswith('next'):
if currTimeline == 'dm':
currDMIndex += 10
_showLocalBox('dm', currDMIndex, 10)