From 9fee890f32d049e965bf53685e5b3ec9d68555a9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 16 Mar 2021 14:10:38 +0000 Subject: [PATCH] Documentation for replies box --- README_commandline.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README_commandline.md b/README_commandline.md index 95317a65d..f92a10708 100644 --- a/README_commandline.md +++ b/README_commandline.md @@ -426,23 +426,23 @@ The notifications client also provides a number of basic commands, which may be ``` bash quit Exit from the notification client mute Turn off the screen reader -speak Turn on the screen reader -sounds on Turn on notification sounds -sounds off Turn off notification sounds -rp Repeat the last post -like Like the last post -unlike Unlike the last post -reply Reply to the last post -post Create a new post -post to [handle] Create a new direct message -announce/boost Boost the last post -follow [handle] Make a follow request -unfollow [handle] Stop following the give handle -show dm|sent|inbox Show a timeline -next Next page in the timeline -prev Previous page in the timeline -read [post number] Read a post from a timeline -open [post number] Open web links within a timeline post +speak Turn on the screen reader +sounds on Turn on notification sounds +sounds off Turn off notification sounds +rp Repeat the last post +like Like the last post +unlike Unlike the last post +reply Reply to the last post +post Create a new post +post to [handle] Create a new direct message +announce/boost Boost the last post +follow [handle] Make a follow request +unfollow [handle] Stop following the give handle +show dm|sent|inbox|replies Show a timeline +next Next page in the timeline +prev Previous page in the timeline +read [post number] Read a post from a timeline +open [post number] Open web links within a timeline post ``` If you have a GPG key configured on your local system and are sending a direct message to someone who has a PGP key (the exported key, not just the key ID) set as a tag on their profile then it will try to encrypt the message automatically. So under some conditions end-to-end encryption is possible, such that the instance server only sees ciphertext. Conversely, for arriving direct messages if they are PGP encrypted then the notification client will try to obtain the relevant public key and decrypt.