Added visibility as a variable template for toots

This commit is contained in:
2022-11-12 15:16:20 -06:00
parent bfbb280c27
commit 2c9048618f
2 changed files with 6 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ braille_reporting = boolean(default=True)
speech_reporting = boolean(default=True)
[templates]
toot = string(default="$display_name, $safe_text $image_descriptions $date. $source")
toot = string(default="$display_name, $safe_text $image_descriptions $date. $visibility. $source")
person = string(default="$display_name (@$screen_name). $followers followers, $following following, $toots toots. Joined $created_at.")
conversation = string(default="Conversation with $users. Last message: $last_toot")