mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed display of info in profile box for inaccessible peers.
This commit is contained in:
parent
50b27b51a1
commit
f0177bc6cc
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ rpl::producer<std::vector<TextWithEntities>> UsernamesValue(
|
||||||
return map(channel->usernames());
|
return map(channel->usernames());
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
return rpl::never<std::vector<TextWithEntities>>();
|
return rpl::single(std::vector<TextWithEntities>());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue