mirror of https://gitlab.com/bashrc2/epicyon
Show happenings on first inbox page
parent
3dbc7de8d3
commit
83902b451a
|
@ -2960,8 +2960,8 @@ def htmlTimeline(defaultTimeline: str, \
|
|||
# add the javascript for content warnings
|
||||
tlStr+='<script>'+contentWarningScript()+'</script>'
|
||||
|
||||
# show todays events button
|
||||
if boxName=='inbox':
|
||||
# show todays events buttons on the first inbox page
|
||||
if boxName=='inbox' and pageNumber==1:
|
||||
if todaysEventsCheck(baseDir,nickname,domain):
|
||||
now=datetime.now()
|
||||
tlStr+= \
|
||||
|
|
Loading…
Reference in New Issue