forked from indymedia/epicyon
Show repeats on hashtag search
parent
c9b0d113ab
commit
43e0610639
|
@ -710,6 +710,7 @@ def htmlHashtagSearch(cssCache: {},
|
||||||
if nickname:
|
if nickname:
|
||||||
showIndividualPostIcons = True
|
showIndividualPostIcons = True
|
||||||
allowDeletion = False
|
allowDeletion = False
|
||||||
|
showRepeats = True
|
||||||
postStr = \
|
postStr = \
|
||||||
individualPostAsHtml(True, recentPostsCache,
|
individualPostAsHtml(True, recentPostsCache,
|
||||||
maxRecentPosts,
|
maxRecentPosts,
|
||||||
|
@ -723,7 +724,7 @@ def htmlHashtagSearch(cssCache: {},
|
||||||
'search',
|
'search',
|
||||||
YTReplacementDomain,
|
YTReplacementDomain,
|
||||||
showPublishedDateOnly,
|
showPublishedDateOnly,
|
||||||
showIndividualPostIcons,
|
showRepeats,
|
||||||
showIndividualPostIcons,
|
showIndividualPostIcons,
|
||||||
False, False, False)
|
False, False, False)
|
||||||
if postStr:
|
if postStr:
|
||||||
|
|
Loading…
Reference in New Issue