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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user