[WIP] Colored profiles

This commit is contained in:
Isaac
2023-11-22 01:05:47 +04:00
parent 2d01508e55
commit 66b3d8b874
69 changed files with 1626 additions and 529 deletions

View File

@@ -313,7 +313,9 @@ private class AdMessagesHistoryContextImpl {
usernames: [],
storiesHidden: nil,
nameColor: invite.nameColor,
backgroundEmojiId: nil
backgroundEmojiId: nil,
profileColor: nil,
profileBackgroundEmojiId: nil
)
case let .webPage(webPage):
author = TelegramChannel(
@@ -334,7 +336,9 @@ private class AdMessagesHistoryContextImpl {
usernames: [],
storiesHidden: nil,
nameColor: .blue,
backgroundEmojiId: nil
backgroundEmojiId: nil,
profileColor: nil,
profileBackgroundEmojiId: nil
)
}