aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-discover.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-30 13:34:37 +0200
committermousebot <mousebot@riseup.net>2021-05-30 13:34:37 +0200
commit9c2ab0ac9965d5bb90984d179fb17abcb2cd8ab8 (patch)
tree2f6d7b38b5becd8cdbea3092dd04f4522b88acd7 /lisp/mastodon-discover.el
parenta9ea433fdee9df9c04705ca41ad517308b6b444e (diff)
view favourites fun, and view/accept/reject follow requests funs.
and bindings. view-follow-requests makes mastodon-tl--init run in mastodon-profile-mode just so that its bindings can be restricted to that minor mode.
Diffstat (limited to 'lisp/mastodon-discover.el')
-rw-r--r--lisp/mastodon-discover.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/mastodon-discover.el b/lisp/mastodon-discover.el
index 55623f7..1f063b3 100644
--- a/lisp/mastodon-discover.el
+++ b/lisp/mastodon-discover.el
@@ -83,7 +83,11 @@
("u" "copy URL" 'shr-maybe-probe-and-copy-url))
("Profile view"
("o" "Show following" mastodon-profile--open-following)
- ("O" "Show followers" mastodon-profile--open-followers))
+ ("O" "Show followers" mastodon-profile--open-followers)
+ ("v" "View favourites" mastodon-profile--view-favourites)
+ ("R" "View follow requests" mastodon-profile--view-follow-requests)
+ ("a" "Accept follow request" mastodon-profile--follow-request-accept)
+ ("r" "Reject follow request" mastodon-profile--follow-request-reject))
("Quit"
("q" "Quit mastodon and bury buffer." kill-this-buffer)
("Q" "Quit mastodon buffer and kill window." kill-buffer-and-window)))))))