parent
86cb7c97be
commit
5623bb5906
1 changed files with 3 additions and 0 deletions
|
@ -200,6 +200,9 @@ export const getMessageSearchResultSelector = createSelector(
|
|||
if (type === 'incoming') {
|
||||
from = conversationSelector(sourceUuid || source);
|
||||
to = conversationSelector(conversationId);
|
||||
if (from === to) {
|
||||
to = conversationSelector(ourConversationId);
|
||||
}
|
||||
} else if (type === 'outgoing') {
|
||||
from = conversationSelector(ourConversationId);
|
||||
to = conversationSelector(conversationId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue