mirror of https://gitlab.com/bashrc2/epicyon
Show annonce even if avatar is not available
parent
e8fdcf70da
commit
0286294931
|
@ -825,7 +825,8 @@ def _getPostTitleAnnounceHtml(baseDir: str,
|
||||||
|
|
||||||
_logPostTiming(enableTimingLog, postStartTime, '13.4')
|
_logPostTiming(enableTimingLog, postStartTime, '13.4')
|
||||||
|
|
||||||
if announceAvatarUrl:
|
if not announceAvatarUrl:
|
||||||
|
announceAvatarUrl = ''
|
||||||
idx = 'Show options for this person'
|
idx = 'Show options for this person'
|
||||||
if '/users/news/' not in announceAvatarUrl:
|
if '/users/news/' not in announceAvatarUrl:
|
||||||
replyAvatarImageInPost = \
|
replyAvatarImageInPost = \
|
||||||
|
|
Loading…
Reference in New Issue