mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Can delete the Offline Messages sent to/from a user.
This is useful if the user is deleted.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
46c2791fe2
commit
2d9d6fe922
@@ -117,6 +117,14 @@ namespace OpenSim.OfflineIM
|
||||
return true;
|
||||
}
|
||||
|
||||
public void DeleteMessages(UUID userID)
|
||||
{
|
||||
Dictionary<string, object> sendData = new Dictionary<string, object>();
|
||||
sendData["UserID"] = userID;
|
||||
|
||||
MakeRequest("DELETE", sendData);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user