mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: list blocked users
This commit is contained in:
parent
7e6b9ca825
commit
fbe3c1973a
7 changed files with 119 additions and 3 deletions
|
@ -282,6 +282,11 @@ export interface UserFriends {
|
|||
friends: UserFriend[];
|
||||
}
|
||||
|
||||
export interface UserBlocks {
|
||||
totalBlocks: number;
|
||||
blocks: UserFriend[];
|
||||
}
|
||||
|
||||
export interface FriendRequest {
|
||||
id: string;
|
||||
displayName: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue