mirror of
https://codeberg.org/readeck/readeck.git
synced 2026-05-19 11:00:36 +00:00
@@ -656,9 +656,9 @@ func (api *apiRouter) withBookmarkList(next http.Handler) http.Handler {
|
||||
|
||||
ds := bookmarks.Bookmarks.Query().
|
||||
Select(
|
||||
"b.id", "b.uid", "b.created", "b.updated", "b.state", "b.url", "b.title",
|
||||
"b.domain", "b.site", "b.site_name", "b.authors", "b.lang", "b.dir", "b.type",
|
||||
"b.is_marked", "b.is_archived", "b.read_progress",
|
||||
"b.id", "b.uid", "b.created", "b.updated", "b.published", "b.state",
|
||||
"b.url", "b.title", "b.domain", "b.site", "b.site_name", "b.authors",
|
||||
"b.lang", "b.dir", "b.type", "b.is_marked", "b.is_archived", "b.read_progress",
|
||||
"b.labels", "b.description", "b.word_count", "b.duration", "b.file_path", "b.files").
|
||||
Where(
|
||||
goqu.C("user_id").Table("b").Eq(auth.GetRequestUser(r).ID),
|
||||
|
||||
Reference in New Issue
Block a user