Mastodon: Added compose function for notifications

This commit is contained in:
2022-12-14 12:09:14 -06:00
parent e63479a261
commit 4bf155b421
2 changed files with 28 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ speech_reporting = boolean(default=True)
post = string(default="$display_name, $safe_text $image_descriptions $date. $visibility. $source")
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")
notification = string(default="$display_name $text, $date")
[filters]