diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-05-31 14:13:14 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-05-31 14:13:14 +0200 |
commit | b7a6145b89d4b07e0932d4c9e7dad20d031c9bd7 (patch) | |
tree | bf2211a6e55501d2c2ce32bded2eb2d6877d8b91 /lisp/mastodon-notifications.el | |
parent | 476268af7d78d3136d6d6bf11856d0c0d6fd1c7a (diff) | |
parent | ac5684acaa2c0910350a5a79977b28dea8ddf8d7 (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 9b40861..c26d0b0 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -59,13 +59,11 @@ :group 'mastodon) (defcustom mastodon-notifications--profile-note-in-foll-reqs t - "When non-nil, show some of a user's profile note in follow -request notifications." + "If non-nil, show a user's profile note in follow request notifications." :type '(boolean)) (defcustom mastodon-notifications--profile-note-in-foll-reqs-max-length nil - "The maximum character length for display of user profile note in -follow requests. + "The max character length for user profile note in follow requests. Profile notes are only displayed if `mastodon-notifications--profile-note-in-foll-reqs' is non-nil. If unset, profile notes of any size will be displayed, which may |