Update persons default template

This commit is contained in:
Manuel Cortez 2022-11-16 13:42:31 -06:00
parent 8f72ee97c9
commit 4c5d2b5e04
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -45,7 +45,7 @@ speech_reporting = boolean(default=True)
[templates]
post = 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.")
person = string(default="$display_name (@$screen_name). $followers followers, $following following, $posts posts. Joined $created_at.")
conversation = string(default="Conversation with $users. Last message: $last_post")
[filters]