getMessagePropStatus: Move back to isOutgoing for in/out check
This commit is contained in:
parent
ab9a50357b
commit
0ff2272d13
1 changed files with 1 additions and 1 deletions
|
@ -1371,7 +1371,7 @@ export function getMessagePropStatus(
|
||||||
>,
|
>,
|
||||||
ourConversationId: string | undefined
|
ourConversationId: string | undefined
|
||||||
): LastMessageStatus | undefined {
|
): LastMessageStatus | undefined {
|
||||||
if (isIncoming(message)) {
|
if (!isOutgoing(message)) {
|
||||||
return hasErrors(message) ? 'error' : undefined;
|
return hasErrors(message) ? 'error' : undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue