From bc305b06f7756a498066be3afffa419c7cd51720 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 4 Nov 2023 09:59:05 +0200 Subject: [PATCH] blog/mppn: fix link to Element self-destructing messages (issue->discussion) --- blog/_posts/2021-08-03-matrix-perfect-privacy-not.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/_posts/2021-08-03-matrix-perfect-privacy-not.md b/blog/_posts/2021-08-03-matrix-perfect-privacy-not.md index 5bc155b..5d910ab 100644 --- a/blog/_posts/2021-08-03-matrix-perfect-privacy-not.md +++ b/blog/_posts/2021-08-03-matrix-perfect-privacy-not.md @@ -103,7 +103,7 @@ room is". **_WARNING! Always before executing `/upgraderoom` check that everyone in your room has a recent Matrix server that supports your target room version, otherwise you may lock some of your users out._** For example `/invite @version:maunium.net` and once it joins, say `!servers upgrade {{site.matrixLatestRoomVersion}}` to get a list of servers that don't support room version {{site.matrixLatestRoomVersion}} yet. -In case there isn't enough confusion, retention shouldn't be confused with actual [self-destructing/disappearing messages](https://github.com/vector-im/element-meta/issues/82). +In case there isn't enough confusion, retention shouldn't be confused with actual [self-destructing/disappearing messages](https://github.com/vector-im/element-meta/discussions/682). _Technical note: sorry about calling reference homeserver implementation by the matrix.org team issue as a Matrix protocol issue._