add some async work to profiles module, take profile out of groups v2, not its job

This commit is contained in:
UbitUmarov
2020-03-04 02:45:10 +00:00
parent 248d56d3ad
commit d0ba9f84df
3 changed files with 170 additions and 8 deletions

View File

@@ -132,6 +132,7 @@ namespace OpenSim.Framework
public Dictionary<UUID, string> classifiedsLists;
public Dictionary<UUID, UserClassifiedAdd> classifieds;
public UserProfileProperties props;
public GroupMembershipData[] avatarGroups;
public string born;
public byte[] membershipType;
public uint flags;