mirror of
https://github.com/YuzuZensai/VRC-Circle.git
synced 2026-09-13 19:08:52 +00:00
✨ feat: Add friend functionality and refactor user context menus
This commit is contained in:
@@ -41,6 +41,7 @@ export interface IpcRequests {
|
||||
"user:search": (query: string) => IpcResult<UserProfile[]>;
|
||||
|
||||
"friends:list": () => IpcResult<UserProfile[]>;
|
||||
"friends:add": (userId: string) => IpcResult<void>;
|
||||
"friends:unfriend": (userId: string) => IpcResult<void>;
|
||||
"friends:invite": (p: { userId: string; instanceLocation: string }) => IpcResult<void>;
|
||||
"friends:requestInvite": (userId: string) => IpcResult<void>;
|
||||
|
||||
Reference in New Issue
Block a user