Added automatic topic reopening and renaming last_message_timestamp to lastseen_timestamp

This commit is contained in:
2026-06-10 17:21:29 +02:00
parent 9006efcb8f
commit 5d82dfa289
3 changed files with 79 additions and 9 deletions
+7
View File
@@ -18,3 +18,10 @@ logging:
file_name: "activity_log.txt"
# Python Logging Level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
level: "INFO"
# Forum-Topic Management
forum_topics:
# Topics, die NICHT automatisch wiedereröffnet werden sollen
# Format: [{"group_id": 123456, "topic_id": "1"}, {"group_id": 123456, "topic_id": "2"}]
not_reopen_topics: []