mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 11:32:00 +00:00
Merge pull request #4663 from nextcloud/show_changelog_avatar
Message of type actorId "sample" should show talk logo avatar
This commit is contained in:
commit
0918cdd536
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user