mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Use QString + Lang::Tag() instead of Lang::String.
This commit is contained in:
@@ -353,7 +353,7 @@ bool HistoryHider::offerPeer(PeerId peer) {
|
||||
return false;
|
||||
}
|
||||
_offered = App::peer(peer);
|
||||
LangString phrase;
|
||||
auto phrase = QString();
|
||||
QString recipient = _offered->isUser() ? _offered->name : '\xAB' + _offered->name + '\xBB';
|
||||
if (_sharedContact) {
|
||||
phrase = lng_forward_share_contact(lt_recipient, recipient);
|
||||
|
Reference in New Issue
Block a user