Refine user profile and navbar

This commit is contained in:
Marco Realacci 2022-12-10 01:02:48 +01:00
parent a2d7eb8d13
commit 740aaef0ea
39 changed files with 2084 additions and 1999 deletions

View file

@ -83,7 +83,7 @@ func (db *appdbimpl) GetUserPhotos(uid string, requesting_uid string, start_inde
)
FROM "photos" AS "p"
WHERE "p"."user" = ?
ORDER BY "p"."date" DESC
LIMIT ?
OFFSET ?`, requesting_uid, uid, limit, start_index)
if err != nil {