mirror of
https://github.com/Rogiel/httpchannel
synced 2026-01-27 05:42:47 +00:00
Implements 2shared service and improves channel link synchronization
This commit is contained in:
@@ -232,7 +232,7 @@ public class MegaUploadService extends AbstractHttpService implements Service,
|
||||
uploadFuture = multipartPost(uri)
|
||||
.parameter("multimessage_0", configuration.description())
|
||||
.parameter("multifile_0", channel).asStringAsync();
|
||||
return waitChannelLink(channel, uploadFuture);
|
||||
return waitChannelLink(channel);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user