mirror of https://gitlab.com/bashrc2/epicyon
Show outbox
parent
6c460743b8
commit
25f16824dd
|
@ -995,7 +995,8 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
newRepliesExist, newDMsExist)
|
newRepliesExist, newDMsExist)
|
||||||
# Turn off the replies indicator
|
# Turn off the replies indicator
|
||||||
newRepliesExist = False
|
newRepliesExist = False
|
||||||
elif commandStr.startswith('show sen'):
|
elif (commandStr.startswith('show sen') or
|
||||||
|
commandStr.startswith('show out')):
|
||||||
pageNumber = 1
|
pageNumber = 1
|
||||||
prevTimelineFirstId = ''
|
prevTimelineFirstId = ''
|
||||||
currTimeline = 'outbox'
|
currTimeline = 'outbox'
|
||||||
|
|
Loading…
Reference in New Issue