feat: add status; only show 15

This commit is contained in:
Ayo Ayco 2025-01-19 17:07:58 +01:00
parent 525936a635
commit 81a17fa93c

View file

@ -10,6 +10,8 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol
# TODO: move following to an app config or sqlite #########
thread_ids = [
'113775430984622212',
# '113808885064957157', # -- has embed, erroring: no account
'113650907203476875',
'113449531956042438',
'113300434695033812',
@ -24,14 +26,14 @@ thread_ids = [
'112446314845243621',
'112438729626526601',
'112410098697040344',
'112400284252533385',
'112365019457303644',
'112360396639315016',
'112305891918761955',
'112258065967208438',
'111657861089216432',
'110639728990416918',
'109545132056133905'
# '112400284252533385',
# '112365019457303644',
# '112360396639315016',
# '112305891918761955',
# '112258065967208438',
# '111657861089216432',
# '110639728990416918',
# '109545132056133905'
]
###########################################################