chore: formatting

This commit is contained in:
Ayo Ayco 2025-03-09 11:01:28 +01:00
parent 3a600ef371
commit efb18449cc

View file

@ -10,8 +10,8 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol
# TODO: move following to an app config or sqlite #########
thread_ids = [
'114012659479108663',
'113986386529736815',
'114012659479108663',
'113986386529736815',
'113775430984622212',
'113650907203476875',
'113449531956042438',
@ -143,4 +143,3 @@ def get_descendants(server, status):
if reply['account']['id'] == author_id and reply['in_reply_to_account_id'] == author_id:
descendants.append(utils.clean_status(reply))
return descendants