mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Merge pull request #4665 from nextcloud/backport/4663/stable-21.0
[stable-21.0] Message of type actorId "sample" should show talk logo avatar
This commit is contained in:
commit
a007e13a9d
@ -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