From 3a600ef371e702df5a435dca3fc056c63763a362 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 28 Feb 2025 20:15:51 +0100 Subject: [PATCH 1/7] fix: hashtags not shown - can't remember what it is for --- templates/_home.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/_home.html b/templates/_home.html index b1fdfb1..3e7fb1c 100644 --- a/templates/_home.html +++ b/templates/_home.html @@ -103,10 +103,6 @@ } } - .hashtag { - display: none; - } - .card_avatar img { border: 2px solid rgba(197, 209, 222, 0.15); border-radius: 50%; From efb18449cc90c350829a203209d6c8a2210f5d6f Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 9 Mar 2025 11:01:28 +0100 Subject: [PATCH 2/7] chore: formatting --- threads.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/threads.py b/threads.py index e320a67..2923aa2 100755 --- a/threads.py +++ b/threads.py @@ -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', @@ -138,9 +138,8 @@ def get_descendants(server, status): context = requests.get(server + '/api/v1/statuses/' + status['id'] + '/context').json() descendants = [] for reply in context['descendants']: - # TODO: the following condition will include a reply to a reply of the author + # TODO: the following condition will include a reply to a reply of the author # - edge case: a different author replies in the thread and the author replies then replies again if reply['account']['id'] == author_id and reply['in_reply_to_account_id'] == author_id: descendants.append(utils.clean_status(reply)) return descendants - From 2ef0875e7373813181e433bb3e4e77823dba37d1 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 22 Mar 2025 12:23:19 +0100 Subject: [PATCH 3/7] feat: add post --- threads.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/threads.py b/threads.py index 2923aa2..50817c1 100755 --- a/threads.py +++ b/threads.py @@ -10,6 +10,7 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol # TODO: move following to an app config or sqlite ######### thread_ids = [ + '114202630459242553', '114012659479108663', '113986386529736815', '113775430984622212', @@ -23,7 +24,7 @@ thread_ids = [ '112857168376771706', '112524983806134679', '112461583113763423', - '112457129122626146', + # '112457129122626146', # '112446314845243621', # '112438729626526601', # '112410098697040344', From f7ba15d9077fdf7cfe2fd513e35608dc1b0d17bb Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sat, 12 Apr 2025 10:42:15 +0200 Subject: [PATCH 4/7] feat: update featured threads --- threads.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/threads.py b/threads.py index 50817c1..f25208d 100755 --- a/threads.py +++ b/threads.py @@ -10,7 +10,7 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol # TODO: move following to an app config or sqlite ######### thread_ids = [ - '114202630459242553', + # '114202630459242553', '114012659479108663', '113986386529736815', '113775430984622212', @@ -24,7 +24,7 @@ thread_ids = [ '112857168376771706', '112524983806134679', '112461583113763423', - # '112457129122626146', + '112457129122626146', # '112446314845243621', # '112438729626526601', # '112410098697040344', From d899879881454b34a373c7d289c1800551300ffb Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 14 Apr 2025 19:10:28 +0200 Subject: [PATCH 5/7] feat: update statuses --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads.py b/threads.py index f25208d..abf5460 100755 --- a/threads.py +++ b/threads.py @@ -10,7 +10,7 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol # TODO: move following to an app config or sqlite ######### thread_ids = [ - # '114202630459242553', + '114202630459242553', '114012659479108663', '113986386529736815', '113775430984622212', From 94f137c29583fd17f107c4aeaa3992218cebe966 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Mon, 21 Apr 2025 20:25:10 +0200 Subject: [PATCH 6/7] content: update posts --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads.py b/threads.py index abf5460..259e6e0 100755 --- a/threads.py +++ b/threads.py @@ -10,7 +10,7 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol # TODO: move following to an app config or sqlite ######### thread_ids = [ - '114202630459242553', +# '114202630459242553', '114012659479108663', '113986386529736815', '113775430984622212', From 00dd5feb5f713cba2d7ec8490ba5e0d1a655497c Mon Sep 17 00:00:00 2001 From: ayoayco Date: Mon, 21 Apr 2025 20:30:25 +0200 Subject: [PATCH 7/7] content: update posts --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads.py b/threads.py index 259e6e0..abf5460 100755 --- a/threads.py +++ b/threads.py @@ -10,7 +10,7 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol # TODO: move following to an app config or sqlite ######### thread_ids = [ -# '114202630459242553', + '114202630459242553', '114012659479108663', '113986386529736815', '113775430984622212',