yas = UserNew("yas");\r
tof = UserNew("tof");\r
\r
- UserRead(&pat);\r
- UserRead(&yas);\r
- UserRead(&tof);\r
+ // UserRead(&pat);\r
+ // UserRead(&yas);\r
+ // UserRead(&tof);\r
\r
arrput(pat.following, &yas);\r
arrput(yas.following, &pat);\r
mg_http_get_var(&hm->body, "content", newPost.content, sizeof(newPost.content)-1);\r
arrput(user->posts, newPost);\r
\r
- UserWrite(user);\r
+ // UserWrite(user);\r
\r
http_redirect_home(c, hm, user);\r
}\r