From 280b038e148bc762544a41660b3633cc96f1f8d7 Mon Sep 17 00:00:00 2001 From: creme Date: Thu, 13 Jan 2022 13:24:28 +0100 Subject: [PATCH] update room docs (add history export notice) --- docs/rooms/delete.md | 5 ++++- docs/rooms/find.md | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/rooms/delete.md b/docs/rooms/delete.md index 5b65bf1..f497ae5 100644 --- a/docs/rooms/delete.md +++ b/docs/rooms/delete.md @@ -11,4 +11,7 @@ When leaving rooms, they no longer appear in the room list (left column). If the As administrator:in, all room members should first be "kicked" (removed from the room), then the person is the last to leave the room and thus initiates the later deletion by the server. -An export of the room history e.g. into a .txt or .html file is not yet possible: [https://github.com/vector-im/element-web/issues/2630](https://github.com/vector-im/element-web/issues/2630) +!!! note + Before you delete the room you can export the room history e.g. into a `.txt`, `.html` or `.json` file .. + + ![export room history](/images/room_export_history.png) diff --git a/docs/rooms/find.md b/docs/rooms/find.md index b80174d..b8d55cd 100644 --- a/docs/rooms/find.md +++ b/docs/rooms/find.md @@ -8,6 +8,3 @@ date: 2021-08-03T20:30:00+02:00 The room directory, in which the publicly accessible rooms are presented, can be reached via the button "Discover / Explore" in the upper left corner under the own display name. Here you can immediately search for a room on envs.net. ![Menu to find public rooms](/images/01_Find_en.png "Menu to find public rooms") - -!!! note - The global federation is currently in test operation. It is possible that the Federation will be restricted again at a later date.