feat: adding user report

This commit is contained in:
Chubby Granny Chaser 2024-09-14 20:55:00 +01:00
parent fcc24d6b94
commit 8799378bf2
No known key found for this signature in database
20 changed files with 463 additions and 228 deletions

View file

@ -49,6 +49,8 @@ import "./user/get-blocked-users";
import "./user/block-user";
import "./user/unblock-user";
import "./user/get-user-friends";
import "./user/get-user-stats";
import "./user/report-user";
import "./profile/get-friend-requests";
import "./profile/get-me";
import "./profile/undo-friendship";