mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
Remove a TODO
This commit is contained in:
parent
7950b0f242
commit
82c5c2845a
@ -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!");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user