We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5090f67 commit 66ec04cCopy full SHA for 66ec04c
Sources/PrivMXEndpointSwiftNative/NativeThreadApiWrapper.cpp
@@ -349,7 +349,7 @@ ResultWithError<nullptr_t> NativeThreadApiWrapper::updateMessage(const std::stri
349
ResultWithError<SubscriptionIdVector> NativeThreadApiWrapper::subscribeFor(const SubscriptionQueryVector& subscriptionQueries){
350
ResultWithError<SubscriptionIdVector> res;
351
try {
352
- getapi()->subscribeFor(subscriptionQueries);
+ res.result = getapi()->subscribeFor(subscriptionQueries);
353
}catch(core::Exception& err){
354
res.error = {
355
.name = err.getName(),
0 commit comments