mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 10:23:56 +00:00
feat: sending friend request
This commit is contained in:
@@ -278,7 +278,7 @@ export interface UserFriend {
|
||||
}
|
||||
|
||||
export interface FriendRequest {
|
||||
userId: string;
|
||||
id: string;
|
||||
displayName: string;
|
||||
profileImageUrl: string | null;
|
||||
type: "SENT" | "RECEIVED";
|
||||
|
||||
Reference in New Issue
Block a user