mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
Consider friend requests that are still being sent as sent
This commit is contained in:
parent
bea2e58679
commit
94b125f2cf
1 changed files with 1 additions and 0 deletions
|
@ -603,6 +603,7 @@
|
|||
hasSentFriendRequest() {
|
||||
const status = this.get('friendRequestStatus');
|
||||
return (
|
||||
status === FriendRequestStatusEnum.pendingSend ||
|
||||
status === FriendRequestStatusEnum.requestSent ||
|
||||
status === FriendRequestStatusEnum.requestExpired
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue