diff options
author | mousebot <mousebot@riseup.net> | 2021-10-22 18:27:05 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-22 18:27:05 +0200 |
commit | 270ed20ecb566ec06347f2d60f1720ded09792eb (patch) | |
tree | ff0e9495213d28312196aceb9ab59172be59bb20 /lisp/mastodon-profile.el | |
parent | 7ba038a8c356ff7df4885485a2f4fe69e67cfc34 (diff) | |
parent | 24adbf94613d1cbeee08db896388e1d7f854a168 (diff) |
Merge branch 'develop' into imgcaching
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 2c364da..a374061 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -143,6 +143,14 @@ extra keybindings." "favourites" 'mastodon-tl--timeline)) +(defun mastodon-profile--view-bookmarks () + "Open a new buffer displaying the user's bookmarks." + (interactive) + (message "Loading your bookmarked toots...") + (mastodon-tl--init "bookmarks" + "bookmarks" + 'mastodon-tl--timeline)) + (defun mastodon-profile--view-follow-requests () "Open a new buffer displaying the user's follow requests." (interactive) |