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

Remove a TODO

This commit is contained in:
Pierre HUBERT 2020-03-28 13:53:20 +01:00
parent 7950b0f242
commit 82c5c2845a

View File

@ -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!");
} }