From 3734c8ab9169d861b9935d254b13838dfc9f3f4a Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 26 Oct 2018 12:21:02 -0600 Subject: [PATCH] Don't mention that matrix.org is likely to be popular This is untrue for quite a few real scenarios, including private federations and a ton of rooms. --- src/matrix-to.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/matrix-to.js b/src/matrix-to.js index adcbdf8111..62ad7c3e6f 100644 --- a/src/matrix-to.js +++ b/src/matrix-to.js @@ -68,10 +68,8 @@ export function pickServerCandidates(roomId) { // room. // // Server 2: The next most popular server in the room (in user - // distribution). This will probably be matrix.org in most cases - // although it is certainly possible to be some other server. This - // cannot be the same as Server 1. If no other servers are available - // then we'll only return Server 1. + // distribution). This cannot be the same as Server 1. If no other + // servers are available then we'll only return Server 1. // // Server 3: The next most popular server by user distribution. This // has the same rules as Server 2, with the added exception that it