no message

This commit is contained in:
2025-03-16 15:28:04 +03:00
parent 933638afb8
commit 21a41987b4
14 changed files with 193 additions and 105 deletions

View File

@@ -6,6 +6,6 @@ public class PublishRemoteWorkspace extends ComponentsServerPass<SubscriberWorks
@Override
protected boolean canStart(Object... args) throws Exception {
target = (SubscriberWorkspace) args[0];
return SendRequest(ServerCode.PublishObject, "", target);
return SendRequest(ServerCode.PublishSubscriberWorkspace, "", target);
}
}