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.
2 parents 3b6d6f3 + 9e5374d commit d44a967Copy full SHA for d44a967
src/user_config.cpp
@@ -297,7 +297,7 @@ Napi::Value UserConfigWrapper::getProFeaturesBitset(const Napi::CallbackInfo& in
297
// TODO fixme once extra_data is implemented
298
// config.get_pro_features_bitset();
299
oxen::log::warning(cat, "getProFeaturesBitset() is not wrapped to libsession");
300
- return toJs(info.Env(), this->pro_user_features);
+ return proFeaturesToJsBitset(info.Env(), this->pro_user_features);
301
});
302
}
303
0 commit comments