chore: remove one status

This commit is contained in:
Ayo Ayco 2024-04-26 12:05:10 +02:00
parent 5e116d0bd2
commit 5767e2738d

View file

@ -5,7 +5,7 @@ threads = Blueprint('threads', __name__, template_folder='template')
# TODO: move following to an app config or sqlite ######### # TODO: move following to an app config or sqlite #########
server = 'https://social.ayco.io' server = 'https://social.ayco.io'
thread_ids = ['112319729193615365', '112258065967208438', '109545132056133905'] thread_ids = ['112258065967208438', '109545132056133905']
app = { app = {
"title":"Ayo's Threads", "title":"Ayo's Threads",
"description": "Incubator for thoughts before they become a blog." "description": "Incubator for thoughts before they become a blog."