diff --git a/app/lib/methods/search.ts b/app/lib/methods/search.ts index 746cccb71..74daef34c 100644 --- a/app/lib/methods/search.ts +++ b/app/lib/methods/search.ts @@ -66,7 +66,8 @@ export const localSearchSubscription = async ({ lastMessage: item.lastMessage, status: item.status, teamMain: item.teamMain, - prid: item.prid + prid: item.prid, + f: item.f })) as ISearchLocal[]; return search; diff --git a/app/views/RoomsListView/index.tsx b/app/views/RoomsListView/index.tsx index 1ba5a4a9f..2443da243 100644 --- a/app/views/RoomsListView/index.tsx +++ b/app/views/RoomsListView/index.tsx @@ -524,7 +524,7 @@ class RoomsListView extends React.Component