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 44e9677 commit 9e5374dCopy full SHA for 9e5374d
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