mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
5436667446
commit
d65764b548
2
posts.py
2
posts.py
|
@ -3101,12 +3101,10 @@ def _createBoxIndexed(recentPostsCache: {},
|
||||||
# but have their own separate index
|
# but have their own separate index
|
||||||
indexBoxName = boxname
|
indexBoxName = boxname
|
||||||
timelineNickname = nickname
|
timelineNickname = nickname
|
||||||
tlFeatures = False
|
|
||||||
if boxname == "tlbookmarks":
|
if boxname == "tlbookmarks":
|
||||||
boxname = "bookmarks"
|
boxname = "bookmarks"
|
||||||
indexBoxName = boxname
|
indexBoxName = boxname
|
||||||
elif boxname == "tlfeatures":
|
elif boxname == "tlfeatures":
|
||||||
tlFeatures = True
|
|
||||||
boxname = "tlblogs"
|
boxname = "tlblogs"
|
||||||
indexBoxName = boxname
|
indexBoxName = boxname
|
||||||
timelineNickname = 'news'
|
timelineNickname = 'news'
|
||||||
|
|
Loading…
Reference in New Issue