mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Should have things the right way around, better that way
This commit is contained in:
@@ -449,7 +449,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||
|
||||
// This user wants to be friends with the other user.
|
||||
// Let's add both relations to the DB, but one of them is inactive (-1)
|
||||
FriendsService.StoreFriend(principalID, friendID.ToString(), 0);
|
||||
FriendsService.StoreFriend(friendID, principalID.ToString(), 0);
|
||||
|
||||
// Now let's ask the other user to be friends with this user
|
||||
ForwardFriendshipOffer(principalID, friendID, im);
|
||||
|
||||
Reference in New Issue
Block a user