Forward Picker: Hide archived chats until search (#1928)
This commit is contained in:
parent
b22877cbbf
commit
a30d119484
@ -76,7 +76,7 @@ const ForwardPicker: FC<OwnProps & StateProps> = ({
|
|||||||
|
|
||||||
const chatIds = [
|
const chatIds = [
|
||||||
...(activeListIds || []),
|
...(activeListIds || []),
|
||||||
...(archivedListIds || []),
|
...((filter && archivedListIds) || []),
|
||||||
].filter((id) => {
|
].filter((id) => {
|
||||||
const chat = chatsById[id];
|
const chat = chatsById[id];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user