describe hashtag url

This commit is contained in:
Nicco Kunzmann 2022-04-28 19:58:45 +00:00
parent 7df9e48860
commit 76857b1d74
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ Querystring options:
| option | required | description |
| ------ | -------- | ----------- |
| `userurl` | **yes** | Mastodon/ActivityPub account URL (usually `https://${instance}/users/${username}`) |
| `userurl` | **yes** | Mastodon/ActivityPub hashtag URL (usually `https://${instance}/tags/${tagname}`) |
| `userurl` | **yes** | Mastodon/ActivityPub account URL (usually `https://${instance}/users/${username}`) or <br/> hashtag URL (usually `https://${instance}/tags/${tagname}`) |
| `feedurl` | no | a URL to a page of an ActivityPub post collection. Only used for pages beyond the first. |
| `theme` | no | either `dark`, `light` or `auto`, to select the UI theme (default is `dark`). `auto` will appear light unless the user sets up dark mode on their device. |
| `boosts` | no | whether to show boosts or not |