diff --git a/app/views/RoomsListView/index.tsx b/app/views/RoomsListView/index.tsx index d253ddea2..6083b25e6 100644 --- a/app/views/RoomsListView/index.tsx +++ b/app/views/RoomsListView/index.tsx @@ -798,6 +798,10 @@ class RoomsListView extends React.Component { + const { searching } = this.state; + if (searching) { + return; + } this.getSubscriptions(); };