1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 13:29:22 +00:00

Remove one TODO

This commit is contained in:
Pierre HUBERT 2020-03-28 13:59:50 +01:00
parent 77382eaca4
commit 75b47cedcb

View File

@ -169,7 +169,9 @@ export class FriendsController {
await FriendsHelper.RemoveFriendship(h.getUserId(), friendID); await FriendsHelper.RemoveFriendship(h.getUserId(), friendID);
// TODO : delete any related notification // Delete any related notification
await NotificationsUtils.DeleteNotificationsFrienshipRequest(
h.getUserId(), friendID);
h.success("The friend was removed from the list!"); h.success("The friend was removed from the list!");
} }