add page for microblog header content
This commit is contained in:
parent
ef5f5e33ab
commit
ee4dfdad18
5 changed files with 110 additions and 57 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue