mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: create use details functions
This commit is contained in:
parent
09d0e5b4ef
commit
ec16efed2f
9 changed files with 53 additions and 16 deletions
|
@ -150,6 +150,7 @@ contextBridge.exposeInMainWorld("electron", {
|
|||
processProfileImage: (imagePath: string) =>
|
||||
ipcRenderer.invoke("processProfileImage", imagePath),
|
||||
getFriendRequests: () => ipcRenderer.invoke("getFriendRequests"),
|
||||
syncFriendRequests: () => ipcRenderer.invoke("syncFriendRequests"),
|
||||
updateFriendRequest: (userId: string, action: FriendRequestAction) =>
|
||||
ipcRenderer.invoke("updateFriendRequest", userId, action),
|
||||
sendFriendRequest: (userId: string) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue