Merge pull request #4663 from nextcloud/show_changelog_avatar

Message of type actorId "sample" should show talk logo avatar
This commit is contained in:
Marcel Hibbe 2025-01-28 11:35:49 +01:00 committed by GitHub
commit 0918cdd536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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