fix: wrong order of 2 latest posts

This commit is contained in:
Ayo Ayco 2025-02-16 13:08:50 +01:00
parent 0c02281de8
commit d20294cabe

View file

@ -10,8 +10,8 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol
# TODO: move following to an app config or sqlite ######### # TODO: move following to an app config or sqlite #########
thread_ids = [ thread_ids = [
'113986386529736815',
'114012659479108663', '114012659479108663',
'113986386529736815',
'113775430984622212', '113775430984622212',
'113650907203476875', '113650907203476875',
'113449531956042438', '113449531956042438',