|
|
|
@ -2,7 +2,7 @@ import React from 'react';
|
|
|
|
|
|
|
|
|
|
import {
|
|
|
|
|
ConversationListItem,
|
|
|
|
|
PropsData as ConversationListItemPropsType
|
|
|
|
|
PropsData as ConversationListItemPropsType,
|
|
|
|
|
} from '../ConversationListItem';
|
|
|
|
|
import { PropsData as SearchResultsProps } from '../SearchResults';
|
|
|
|
|
import { debounce } from 'lodash';
|
|
|
|
@ -258,7 +258,6 @@ export class LeftPaneContactSection extends React.Component<Props, any> {
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// true: received only, false: sent only
|
|
|
|
|
private getFriendRequests(
|
|
|
|
|
received: boolean
|
|
|
|
|