mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +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 {
|
} 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()
|
||||||
|
Loading…
Reference in New Issue
Block a user