feat: implement undo friendship

This commit is contained in:
Zamitto
2024-07-25 23:03:11 -03:00
parent edf920fed3
commit 00c46bc981
6 changed files with 25 additions and 2 deletions

View File

@@ -138,6 +138,7 @@ declare global {
/* Profile */
getMe: () => Promise<UserProfile | null>;
undoFriendship: (userId: string) => Promise<void>;
updateProfile: (
displayName: string,
newProfileImagePath: string | null