exclude secondary FR from FR results

pull/1137/head
Audric Ackermann 5 years ago
parent 3c9bf34648
commit e9e5a1508d
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -147,7 +147,9 @@ export const _getLeftPaneLists = (
} }
if (conversation.hasSentFriendRequest) { if (conversation.hasSentFriendRequest) {
if (!conversation.isFriend) { if (!conversation.isFriend) {
allSentFriendsRequest.push(conversation); if (!conversation.isSecondary) {
allSentFriendsRequest.push(conversation);
}
} }
} }

Loading…
Cancel
Save