mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
New Group: Missing some chats in search results (#1452)
This commit is contained in:
parent
ae3f2f9c21
commit
d121b82de7
@ -94,8 +94,8 @@ async function searchChats(query: string) {
|
||||
},
|
||||
globalResults: {
|
||||
...global.globalSearch.globalResults,
|
||||
chatIds: globalUsers.map(({ id }) => id),
|
||||
userIds: globalChats.map(({ id }) => id),
|
||||
chatIds: globalChats.map(({ id }) => id),
|
||||
userIds: globalUsers.map(({ id }) => id),
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user