mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 08:35:17 +00:00
Remove a TODO
This commit is contained in:
@ -132,7 +132,8 @@ export class FriendsController {
|
||||
|
||||
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!");
|
||||
}
|
||||
|
Reference in New Issue
Block a user