Sometimes you want to add friendship without invitation process, for example when programmatically adding friendships through external integration. This pull request adds method add_friendship that is basically invite + approve but in one step instead of two.
Sometimes you want to add friendship without invitation process, for example when programmatically adding friendships through external integration. This pull request adds method
add_friendship
that is basicallyinvite
+approve
but in one step instead of two.