Make sure to fill note field so the actor fetch doesn't crash

master
teknomunk 5 months ago
parent 3c83eea826
commit 814797834a

@ -63,6 +63,7 @@ bool handle_admin_initial_owner_setup( struct http_request* req )
owner->banner = aformat("https://%s/owner/banner.blob", g_server->domain );
owner->avatar.url = aformat("https://%s/owner/avatar.blob", g_server->domain );
owner->avatar.static_url = aformat("https://%s/owner/avatar.blob", g_server->domain );
owner->note = strdup("");
account_save(owner);
// Create home timeline account

Loading…
Cancel
Save