mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
HG Friends working to some extent: friendships offered and accepted correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
This commit is contained in:
@@ -138,7 +138,7 @@ namespace OpenSim.Server.Handlers.Friends
|
||||
{
|
||||
FriendInfo friend = new FriendInfo(request);
|
||||
|
||||
bool success = m_FriendsService.StoreFriend(friend.PrincipalID, friend.Friend, friend.MyFlags);
|
||||
bool success = m_FriendsService.StoreFriend(friend.PrincipalID.ToString(), friend.Friend, friend.MyFlags);
|
||||
|
||||
if (success)
|
||||
return SuccessResult();
|
||||
|
||||
Reference in New Issue
Block a user