This was a bug discovered in the last sprint where people could search and send connection requests to people they are already connected to.
This was fixed with a friends method that is called before a person is sent a connection request. It uses the rendered users information and the current users information to check if they are already friends. If so the transaction is cancelled.
This was a bug discovered in the last sprint where people could search and send connection requests to people they are already connected to. This was fixed with a friends method that is called before a person is sent a connection request. It uses the rendered users information and the current users information to check if they are already friends. If so the transaction is cancelled.