mirror of https://gitlab.com/bashrc2/epicyon
Check first page
parent
5ea91d15c2
commit
cd5c1c35e1
|
@ -1123,7 +1123,7 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
currTimeline, pageNumber,
|
currTimeline, pageNumber,
|
||||||
debug)
|
debug)
|
||||||
|
|
||||||
if currTimeline != 'inbox':
|
if not (currTimeline == 'inbox' and pageNumber == 1):
|
||||||
# monitor the inbox to generate notifications
|
# monitor the inbox to generate notifications
|
||||||
inboxJson = c2sBoxJson(baseDir, session,
|
inboxJson = c2sBoxJson(baseDir, session,
|
||||||
nickname, password,
|
nickname, password,
|
||||||
|
|
Loading…
Reference in New Issue