From 2b5295aa29a7e20fe375e08476cc83594f4ac5a0 Mon Sep 17 00:00:00 2001 From: Matthias Ahouansou Date: Sat, 27 Apr 2024 20:55:19 +0100 Subject: [PATCH] docs(faq): correct answer about migration --- docs/faq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index dbfd1928..ca2b805a 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -22,4 +22,5 @@ You need to add a `org.matrix.msc3575.proxy` field to your `.well-known/matrix/c ## Can I migrate from Synapse to Conduit? -Not really. You can reuse the domain of your current server with Conduit, but you have to leave all federated rooms first. +Not really. You can reuse the domain of your current server with Conduit, but you will not be able to migrate accounts automatically. +Rooms that were federated can be re-joined via the other participating servers, however media and the like may be deleted from remote servers after some time, and hence might not be recoverable.