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,9 +147,11 @@ export const _getLeftPaneLists = (
} }
if (conversation.hasSentFriendRequest) { if (conversation.hasSentFriendRequest) {
if (!conversation.isFriend) { if (!conversation.isFriend) {
if (!conversation.isSecondary) {
allSentFriendsRequest.push(conversation); allSentFriendsRequest.push(conversation);
} }
} }
}
if (!conversation.activeAt) { if (!conversation.activeAt) {
continue; continue;

Loading…
Cancel
Save