mirror of https://gitlab.com/bashrc2/epicyon
Move to start of timeline
parent
c608644db0
commit
ced2a74a5e
|
@ -664,12 +664,15 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
keyPress = _waitForKeypress(2, debug)
|
keyPress = _waitForKeypress(2, debug)
|
||||||
break
|
break
|
||||||
elif keyPress.startswith('show dm'):
|
elif keyPress.startswith('show dm'):
|
||||||
|
currDMIndex = 0
|
||||||
_showLocalBox('dm', currDMIndex, 10)
|
_showLocalBox('dm', currDMIndex, 10)
|
||||||
currTimeline = 'dm'
|
currTimeline = 'dm'
|
||||||
elif keyPress.startswith('show sen'):
|
elif keyPress.startswith('show sen'):
|
||||||
|
currSentIndex = 0
|
||||||
_showLocalBox('sent', currSentIndex, 10)
|
_showLocalBox('sent', currSentIndex, 10)
|
||||||
currTimeline = 'sent'
|
currTimeline = 'sent'
|
||||||
elif keyPress.startswith('show in'):
|
elif keyPress == 'show' or keyPress.startswith('show in'):
|
||||||
|
currInboxIndex = 0
|
||||||
_showLocalBox('inbox', currInboxIndex, 10)
|
_showLocalBox('inbox', currInboxIndex, 10)
|
||||||
currTimeline = 'inbox'
|
currTimeline = 'inbox'
|
||||||
elif keyPress.startswith('next'):
|
elif keyPress.startswith('next'):
|
||||||
|
|
Loading…
Reference in New Issue