Restore useful bubble for incoming messages with errors
This commit is contained in:
parent
6668348197
commit
6f2b01d98b
3 changed files with 26 additions and 4 deletions
|
@ -1371,8 +1371,8 @@ export function getMessagePropStatus(
|
|||
>,
|
||||
ourConversationId: string | undefined
|
||||
): LastMessageStatus | undefined {
|
||||
if (!isOutgoing(message)) {
|
||||
return undefined;
|
||||
if (isIncoming(message)) {
|
||||
return hasErrors(message) ? 'error' : undefined;
|
||||
}
|
||||
|
||||
if (getLastChallengeError(message)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue