Added automatic topic reopening and renaming last_message_timestamp to lastseen_timestamp
This commit is contained in:
@@ -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: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user