mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-09-19 13:48:47 +00:00
Remove a TODO
This commit is contained in:
@@ -132,7 +132,8 @@ export class FriendsController {
|
|||||||
|
|
||||||
await FriendsHelper.RemoveRequest(h.getUserId(), friendID);
|
await FriendsHelper.RemoveRequest(h.getUserId(), friendID);
|
||||||
|
|
||||||
// TODO : delete any related notification
|
// Delete any related notification
|
||||||
|
await NotificationsUtils.DeleteNotificationsFrienshipRequest(h.getUserId(), friendID);
|
||||||
|
|
||||||
h.success("Friendship request removed!");
|
h.success("Friendship request removed!");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user