add page for microblog header content

This commit is contained in:
Travis Shears 2025-09-28 12:42:59 +02:00
parent ef5f5e33ab
commit ee4dfdad18
5 changed files with 110 additions and 57 deletions

View file

@ -176,6 +176,7 @@ func (c *PocketBaseClient) GetList(
"perPage": {strconv.Itoa(pageSize)},
"sort": {sort},
"skipTotal": {"true"},
"filter": {"source = \"nostr\""},
// TODO: add additional fields like image and tag?
}
apiURL := fmt.Sprintf("%s/api/collections/%s/records", c.host, collection)