Send a different type of update ping for user changes, and only apply the change if the user is loaded

This commit is contained in:
Luck
2017-12-28 13:37:55 +00:00
Unverified
parent 3d6aa69ca1
commit 3413adf16f
5 changed files with 138 additions and 40 deletions
@@ -35,8 +35,9 @@ public interface MessagingService {
/**
* Uses the messaging service to inform other servers about changes.
*
* <p>This will push the update asynchronously, and this method will return immediately. Calling this method is
* equivalent to running "/lp networksync", except will not sync this server.</p>
* <p>This will push the update asynchronously, and this method will return
* immediately. Calling this method is equivalent to running "/lp networksync",
* except will not sync this server.</p>
*/
void pushUpdate();