mirror of
				https://gitlab.com/comunic/comunicapiv2
				synced 2025-10-31 01:24:43 +00:00 
			
		
		
		
	Remove one TODO
This commit is contained in:
		| @@ -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!"); | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user