forked from indymedia/epicyon
Refresh the dm timeline
parent
e61a8d1e7f
commit
e00576f382
|
@ -1414,8 +1414,8 @@ def htmlTimeline(pageNumber: int,itemsPerPage: int,session,baseDir: str, \
|
||||||
moderationButtonStr='<a href="'+actor+'/moderation"><button class="'+moderationButton+'"><span>Mod </span></button></a>'
|
moderationButtonStr='<a href="'+actor+'/moderation"><button class="'+moderationButton+'"><span>Mod </span></button></a>'
|
||||||
|
|
||||||
tlStr=htmlHeader(profileStyle)
|
tlStr=htmlHeader(profileStyle)
|
||||||
if boxName=='inbox' and pageNumber==1:
|
if (boxName=='inbox' or boxName=='dm') and pageNumber==1:
|
||||||
# refresh if on the first page of the inbox
|
# refresh if on the first page of the inbox and dm timeline
|
||||||
tlStr=htmlHeader(profileStyle,240)
|
tlStr=htmlHeader(profileStyle,240)
|
||||||
|
|
||||||
# banner and row of buttons
|
# banner and row of buttons
|
||||||
|
|
Loading…
Reference in New Issue