mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 01:53:57 +00:00
feat: list blocked users
This commit is contained in:
@@ -282,6 +282,11 @@ export interface UserFriends {
|
||||
friends: UserFriend[];
|
||||
}
|
||||
|
||||
export interface UserBlocks {
|
||||
totalBlocks: number;
|
||||
blocks: UserFriend[];
|
||||
}
|
||||
|
||||
export interface FriendRequest {
|
||||
id: string;
|
||||
displayName: string;
|
||||
|
||||
Reference in New Issue
Block a user