mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-06 17:45:11 +00:00
Set / suggest / reset a contact personal photo.
This commit is contained in:
@@ -168,7 +168,7 @@ TextWithEntities ForumTopicIconWithTitle(
|
||||
return (rootId == ForumTopic::kGeneralId)
|
||||
? TextWithEntities{ u"# "_q + title }
|
||||
: iconId
|
||||
? Data::SingleCustomEmoji(iconId).append(title)
|
||||
? Data::SingleCustomEmoji(iconId).append(' ').append(title)
|
||||
: TextWithEntities{ title };
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user