Added content warnings to templates as $safe_text. Content warnings will be shown by default on GUI for now

This commit is contained in:
2022-11-10 15:32:49 -06:00
parent d6985be896
commit 3deffa57de
4 changed files with 18 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ braille_reporting = boolean(default=True)
speech_reporting = boolean(default=True)
[templates]
toot = string(default="$display_name, $text $image_descriptions $date. $source")
toot = string(default="$display_name, $safe_text $image_descriptions $date. $source")
person = string(default="$display_name (@$screen_name). $followers followers, $following following, $toots toots. Joined $created_at.")
[filters]