fixed notification infinite scrolling

it actually infinitely scrolls :yippee:
This commit is contained in:
ari melody 2025-01-19 22:28:29 +00:00
parent 975984c4bc
commit a9160a3a8f
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 22 additions and 12 deletions

View file

@ -149,6 +149,7 @@ export async function getStreamingHealth(host) {
* @param {string} host - The domain of the target server.
* @param {string} token - The application token.
* @param {string} min_id - If provided, only shows notifications after this ID.
* @param {string} max_id - If provided, only shows notifications before this ID.
* @param {string} limit - The maximum number of notifications to retrieve (default 40).
* @param {string} types - A list of notification types to filter to.
*/