branch: elpa/mastodon
commit a21b9b321cc0d0b1953a13e468a6137e30fcdd86
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    index.org update for quote commands
---
 mastodon-index.org | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/mastodon-index.org b/mastodon-index.org
index 8d41afdcde..1f5fca03b3 100644
--- a/mastodon-index.org
+++ b/mastodon-index.org
@@ -98,6 +98,7 @@
 |            | mastodon-notifications-request-accept            | Accept a 
notification request for a user.                                      |
 |            | mastodon-notifications-request-reject            | Reject a 
notification request for a user.                                      |
 | C-S-n      | mastodon-notifications-requests                  | Open a new 
buffer displaying the user's notification requests.                 |
+|            | mastodon-notifications-revoke-post-quote         | Revoke the 
quote of a post from a quote notification.                          |
 |            | mastodon-profile-account-bot-toggle              | Toggle the 
bot status of your account.                                         |
 |            | mastodon-profile-account-discoverable-toggle     | Toggle the 
discoverable status of your account.                                |
 |            | mastodon-profile-account-locked-toggle           | Toggle the 
locked status of your account.                                      |
@@ -121,6 +122,7 @@
 |            | mastodon-profile-remove-from-followers-at-point  | Prompt for a 
user in the item at point and remove from followers.              |
 |            | mastodon-profile-remove-from-followers-list      | Select a 
user from your followers and remove from followers.                   |
 |            | mastodon-profile-remove-user-from-followers      | Remove a 
user from your followers.                                             |
+|            | mastodon-profile-set-quote-policy                | Prompt for a 
quote policy and set it in the user's preferences.                |
 |            | mastodon-profile-show-familiar-followers         | Show a list 
of familiar followers.                                             |
 | P          | mastodon-profile-show-user                       | Query for 
USER-HANDLE from current status and show that user's profile.        |
 |            | mastodon-profile-update-display-name             | Update 
display name for your account.                                          |
@@ -142,10 +144,12 @@
 |            | mastodon-search-trending-statuses                | Display a 
list of statuses trending on your instance.                          |
 |            | mastodon-search-trending-tags                    | Display a 
list of tags trending on your instance.                              |
 | /          | mastodon-switch-to-buffer                        | Switch to a 
live mastodon buffer.                                              |
+|            | mastodon-tl--change-post-quote-policy            | Change the 
quote policy of the toot at point.                                  |
 |            | mastodon-tl-announcements                        | Display 
announcements from your instance.                                      |
 |            | mastodon-tl-block-domain                         | Read a 
domain and block it.                                                    |
 | B          | mastodon-tl-block-user                           | Query for 
USER-HANDLE from current status and block that user.                 |
 | <mouse-2>  | mastodon-tl-click-image-or-video                 | Click to 
play video with `mpv.el'.                                             |
+|            | mastodon-tl-continued-thread-load                | Load thread 
based on prop item-id.                                             |
 | C          | mastodon-tl-copy-image-caption                   | Copy the 
caption of the image at point.                                        |
 |            | mastodon-tl-disable-notify-user-posts            | Query for 
USER-HANDLE and disable notifications when they post.                |
 | m          | mastodon-tl-dm-user                              | Query for 
USER-HANDLE from current status and compose a message to that user.  |
@@ -207,7 +211,7 @@
 |            | mastodon-tl-view-single-toot                     | View toot at 
point in a separate buffer.                                       |
 |            | mastodon-tl-view-whole-thread                    | From a 
thread view, view entire thread.                                        |
 | C-c m t, t | mastodon-toot                                    | Update 
instance with new toot. Content is captured in a new buffer.            |
-| C-c C-a    | mastodon-toot-attach-media                       | Prompt for 
an attachment FILE with DESCRIPTION.                                |
+| C-c C-a    | mastodon-toot-attach-media                       | Prompt for 
an attachment file.                                                 |
 | o          | mastodon-toot-browse-toot-url                    | Browse URL 
of toot at point.                                                   |
 | C-c C-k    | mastodon-toot-cancel                             | Kill 
new-toot buffer/window. Does not POST content.                            |
 | C-c C-v    | mastodon-toot-change-visibility                  | Change the 
current visibility to the next valid value.                         |
@@ -230,12 +234,14 @@
 |            | mastodon-toot-mode                               | Minor mode 
for composing toots.                                                |
 |            | mastodon-toot-open-draft-toot                    | Prompt for a 
draft and compose a toot with it.                                 |
 | i          | mastodon-toot-pin-toot-toggle                    | Pin or unpin 
user's toot at point.                                             |
+| "          | mastodon-toot-quote                              | Compose a 
toot quoting the toot at point.                                      |
 | r          | mastodon-toot-reply                              | Reply to 
toot at `point'.                                                      |
 |            | mastodon-toot-save-draft                         | Save the 
current compose toot text as a draft.                                 |
 | C-c C-s    | mastodon-toot-schedule-toot                      | Read a date 
(+ time) in the minibuffer and schedule the current toot.          |
 | C-c C-c    | mastodon-toot-send                               | POST 
contents of new-toot buffer to fediverse instance and kill buffer.        |
 | C-c C-w    | mastodon-toot-set-content-warning                | Set a 
content warning for the current toot.                                    |
 |            | mastodon-toot-set-default-visibility             | Set the 
default visibility for toots on the server.                            |
+| C-c C-u    | mastodon-toot-set-quote-policy                   | Set quote 
policy for the current toot.                                         |
 | C-c C-l    | mastodon-toot-set-toot-language                  | Prompt for a 
language and set `mastodon-toot--language'.                       |
 | k          | mastodon-toot-toggle-bookmark                    | Bookmark or 
unbookmark toot at point.                                          |
 | b          | mastodon-toot-toggle-boost                       | 
Boost/unboost toot at `point'.                                                 |

Reply via email to