From 51cfc27698b8e59b08df2d71da3f3ba89ed55b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 17 May 2025 17:17:00 +0200 Subject: Pick conversation for some commands by parameter Changelog: Option to show details or delete a conversation by giving index parameter without first selecting it --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9f9d8ff..b730215 100644 --- a/README.md +++ b/README.md @@ -102,11 +102,13 @@ Test chatroom [19:03] Some Name: Hi `` : Send `` to selected conversation. -`/history` -: Show message history of the selected conversation. +`/history []` +: Show message history of the selected conversation, or the one identified by + `` if given. -`/details` -: Show information about the selected conversations, contact or peer. +`/details []` +: Show information about the selected conversations, contact or peer; or the + one identified by `` if given. ### Chatrooms @@ -137,12 +139,13 @@ are signed, so message author can not be forged. : Leave the chatroom. User will no longer be listed as a member and erebos tool will no longer collect message of this chatroom. -`/delete` -: Delete the chatroom; this action is only synchronized with devices belonging -to the current user and does not affect the chatroom state for others. Due to -the storage design, the chatroom data will not be purged from the local state -history, but the chatroom will no longer be listed as available and no futher -updates for this chatroom will be collected or shared with other peers. +`/delete []` +: Delete the chatroom (currently selected one, or the one identified by + ``); this action is only synchronized with devices belonging to the + current user and does not affect the chatroom state for others. Due to the + storage design, the chatroom data will not be purged from the local state + history, but the chatroom will no longer be listed as available and no futher + updates for this chatroom will be collected or shared with other peers. ### Add contacts -- cgit v1.2.3