From 32cbff4ee6e655bb016bafd9ef5c8ab5968f557a Mon Sep 17 00:00:00 2001 From: Christian Bruchatz <christian.bruchatz@tu-dresden.de> Date: Tue, 7 Jun 2022 10:26:14 +0200 Subject: [PATCH] Update Export of Chat History --- content/rooms/delete.en.md | 4 +++- content/rooms/delete.md | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/content/rooms/delete.en.md b/content/rooms/delete.en.md index 275aa3b..70d6da7 100644 --- a/content/rooms/delete.en.md +++ b/content/rooms/delete.en.md @@ -14,4 +14,6 @@ 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 +An export of the room history is possible into a .txt/.html/.json file: + + diff --git a/content/rooms/delete.md b/content/rooms/delete.md index 7cdd276..989ece3 100644 --- a/content/rooms/delete.md +++ b/content/rooms/delete.md @@ -14,5 +14,6 @@ Durch das Verlassen von Räumen erscheinen diese nicht mehr in der Raumliste (li Als Administrator:in sollten erst alle Raummitglieder „gekickt“ werden (aus dem Raum entfernt werden), anschließend verlässt die Person als letzte den Raum und initiiert so die spätere Löschung durch den Server. -Ein Export der Raumhistorie bspw. in eine .txt- oder .html-Datei ist noch nicht möglich, wird aber schon gefordert: https://github.com/vector-im/element-web/issues/2630 +Ein Export der Raumhistorie ist als .txt-, .html- oder .json-Datei möglich: + \ No newline at end of file -- GitLab