mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 18:36:21 +03:00
Small cleanup before merge
This commit is contained in:
parent
030d6824e3
commit
e4577d8fef
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ Features ✨:
|
|||
- Polls and Bot Buttons (MSC 2192 matrix-org/matrix-doc#2192)
|
||||
|
||||
Improvements 🙌:
|
||||
- Show confirmation dialog before deleting a message (#967)
|
||||
- Show confirmation dialog before deleting a message (#967, #1003)
|
||||
- Open room member profile from reactions list and read receipts list (#875)
|
||||
|
||||
Bugfix 🐛:
|
||||
|
|
|
@ -171,7 +171,7 @@ class MessageActionsViewModel @AssistedInject constructor(@Assisted
|
|||
if (timelineEvent.root.isRedacted()) {
|
||||
return getRedactionReason(timelineEvent)
|
||||
}
|
||||
|
||||
|
||||
return when (timelineEvent.root.getClearType()) {
|
||||
EventType.MESSAGE,
|
||||
EventType.STICKER -> {
|
||||
|
|
Loading…
Reference in a new issue