feat: add getUserFriends event

This commit is contained in:
Zamitto 2024-07-23 18:37:19 -03:00
parent 380143c780
commit 010f07373d
4 changed files with 15 additions and 9 deletions

View file

@ -43,6 +43,7 @@ import "./auth/sign-out";
import "./auth/open-auth-window";
import "./auth/get-session-hash";
import "./user/get-user";
import "./user/get-user-friends";
import "./profile/get-friend-requests";
import "./profile/get-me";
import "./profile/update-friend-request";