mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01: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 {
|
} 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