mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-21 21:09:22 +00:00
Remove one TODO
This commit is contained in:
parent
77382eaca4
commit
75b47cedcb
@ -169,7 +169,9 @@ export class FriendsController {
|
||||
|
||||
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!");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user