branch: elpa/mastodon commit 57b156d842f361c01a3f659ad2e82c4683a50f79 Author: marty hiatt <martianhia...@disroot.org> Commit: marty hiatt <martianhia...@disroot.org>
notifs policy: add key for options --- lisp/mastodon-transient.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/mastodon-transient.el b/lisp/mastodon-transient.el index 637cc015ec..27e299e057 100644 --- a/lisp/mastodon-transient.el +++ b/lisp/mastodon-transient.el @@ -361,7 +361,11 @@ Do not add more than the server's maximum setting." ("p" "Unsolicited private mentions" "for_private_mentions" :alist-key for_private_mentions :class mastodon-transient-policy) ("l" "Moderated accounts" "for_limited_accounts" - :alist-key for_limited_accounts :class mastodon-transient-policy)] + :alist-key for_limited_accounts :class mastodon-transient-policy) + (:info "") + (:info "\"accept\" = receive notifications") + (:info "\"filter\" = mark as filtered") + (:info "\"drop\" = do not receive any notifications")] ["Notification requests" (:info #'mastodon-notifications-requests-count) (:info #'mastodon-notifications-filtered-count)]