From 189f7bdd03406eeb29c46a36a2bfbdb110bed645 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 27 Aug 2023 12:11:07 +0200 Subject: added ext --- src/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index fb7ef33..dff0d17 100644 --- a/src/main.c +++ b/src/main.c @@ -99,9 +99,9 @@ UsersSetup() { yas = UserNew("yas"); tof = UserNew("tof"); - UserRead(&pat); - UserRead(&yas); - UserRead(&tof); + // UserRead(&pat); + // UserRead(&yas); + // UserRead(&tof); arrput(pat.following, &yas); arrput(yas.following, &pat); @@ -272,7 +272,7 @@ static void fn(struct mg_connection *c, int ev, void *ev_data, void *fn_data) mg_http_get_var(&hm->body, "content", newPost.content, sizeof(newPost.content)-1); arrput(user->posts, newPost); - UserWrite(user); + // UserWrite(user); http_redirect_home(c, hm, user); } -- cgit v1.2.3