From fe734b944e6b94804db58a82f91a3ff45f9e2431 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 13 Sep 2018 18:45:38 +0200 Subject: [PATCH] remove obsolete warning as peeking will cause the membership to be null --- src/stores/RoomListStore.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stores/RoomListStore.js b/src/stores/RoomListStore.js index 02d728ff2e..5a041f52ac 100644 --- a/src/stores/RoomListStore.js +++ b/src/stores/RoomListStore.js @@ -214,8 +214,6 @@ class RoomListStore extends Store { } } else if (membership === "leave") { lists["im.vector.fake.archived"].push(room); - } else { - console.error("unrecognised membership: " + membership + " - this should never happen"); } });