message of type actorId = "sample" should show talk logo avatar

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-01-28 10:54:15 +01:00
parent 61854b7fb6
commit c7c287a7d5
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

View File

@ -27,7 +27,7 @@ class ChatMessageUtils {
} else { } else {
view.loadDefaultAvatar(viewThemeUtils) view.loadDefaultAvatar(viewThemeUtils)
} }
} else if (message.actorType == "bots" && message.actorId == "changelog") { } else if (message.actorType == "bots" && (message.actorId == "changelog" || message.actorId == "sample")) {
view.loadChangelogBotAvatar() view.loadChangelogBotAvatar()
} else if (message.actorType == "bots") { } else if (message.actorType == "bots") {
view.loadBotsAvatar() view.loadBotsAvatar()