mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02:00
Refine user profile and navbar
This commit is contained in:
parent
a2d7eb8d13
commit
740aaef0ea
39 changed files with 2084 additions and 1999 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue