Build fix.
This commit is contained in:
@ -348,8 +348,7 @@ static JSValue _tf_ssb_set_server_following_me(JSContext* context, JSValueConst
|
||||
if (ssb)
|
||||
{
|
||||
set_server_following_me_t* work = tf_malloc(sizeof(set_server_following_me_t));
|
||||
*work = (set_server_following_me_t)
|
||||
{
|
||||
*work = (set_server_following_me_t) {
|
||||
.user = JS_ToCString(context, argv[0]),
|
||||
.key = JS_ToCString(context, argv[1]),
|
||||
.follow = JS_ToBool(context, argv[2]),
|
||||
|
Reference in New Issue
Block a user