mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Compute message body for encrypted messages too.
This commit is contained in:
parent
f28e4cf991
commit
fd135e1eeb
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ class MessageActionsViewModel @AssistedInject constructor(@Assisted
|
|||
private fun computeMessageBody(timelineEvent: TimelineEvent): CharSequence {
|
||||
return when (timelineEvent.root.getClearType()) {
|
||||
EventType.MESSAGE,
|
||||
EventType.ENCRYPTED,
|
||||
EventType.STICKER -> {
|
||||
when (timelineEvent.root.isRedacted()) {
|
||||
true -> getRedactionReason(timelineEvent)
|
||||
|
|
Loading…
Reference in a new issue