Added templates for direct messages and sent direct messages

This commit is contained in:
2021-12-10 17:15:24 -06:00
parent 416151570c
commit 58ba722bd7
3 changed files with 46 additions and 5 deletions

View File

@@ -50,6 +50,8 @@ speech_reporting = boolean(default=True)
[templates]
tweet = string(default="$display_name, $text $image_descriptions $date. $source")
dm = string(default="$sender_display_name, $text $date")
dm_sent = string(default=">$recipient_display_name, $text $date")
[filters]