mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-23 02:41:02 +00:00
feat: finish ui for modal showing pending requests
This commit is contained in:
@@ -276,12 +276,10 @@ export interface UserFriend {
|
||||
}
|
||||
|
||||
export interface PendingFriendRequest {
|
||||
AId: string;
|
||||
ADisplayName: string;
|
||||
AProfileImageUrl: string | null;
|
||||
BId: string;
|
||||
BDisplayName: string;
|
||||
BProfileImageUrl: string | null;
|
||||
userId: string;
|
||||
displayName: string;
|
||||
profileImageUrl: string | null;
|
||||
type: "SENT" | "RECEIVED";
|
||||
}
|
||||
|
||||
export interface UserProfile {
|
||||
|
||||
Reference in New Issue
Block a user