Display a badge for messages decrypted using shared keys (#6023)
The EXA side of element-hq/element-meta#2877: if the keys for a message have been forwarded by another user, indicate that in the UI via the text shown when tapping the event shield.
This commit is contained in:
parent
d4aca61a07
commit
ad622b0ac2
18 changed files with 124 additions and 38 deletions
|
|
@ -77,6 +77,8 @@ fun anEventTimelineItem(
|
|||
timelineItemDebugInfoProvider = debugInfoProvider,
|
||||
messageShieldProvider = messageShieldProvider,
|
||||
sendHandleProvider = sendHandleProvider,
|
||||
forwarder = null,
|
||||
forwarderProfile = null,
|
||||
)
|
||||
|
||||
fun aProfileDetails(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue