getMessagePropStatus: Move back to isOutgoing for in/out check
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user