summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-03-08 21:09:22 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-03-20 20:46:53 +0100
commit8ddd1311f5988d68cacf0c528e8fe7dc9faa9e6f (patch)
tree613dd3cf0f79931556ab89f52e20efd353ed713b /README.md
parent8a5898cc06d54c30679678eb204725852786ee84 (diff)
Deleting chatrooms
Changelog: Added `/delete` command to delete chatrooms for current user
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 75d9597..9f9d8ff 100644
--- a/README.md
+++ b/README.md
@@ -137,6 +137,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.
+
### Add contacts
To ensure the identity of the contact and prevent man-in-the-middle attack,