More blobs.get. Finally replicated again to manyverse.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4102 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-01-02 02:11:21 +00:00
parent 67fbbd4a8d
commit a66a70324d
2 changed files with 12 additions and 6 deletions

View File

@ -1729,6 +1729,7 @@ tf_ssb_t* tf_ssb_create(uv_loop_t* loop, JSContext* context, sqlite3* db)
{
tf_ssb_t* ssb = tf_malloc(sizeof(tf_ssb_t));
memset(ssb, 0, sizeof(*ssb));
ssb->verbose = true;
if (context)
{
ssb->context = context;