fixed notification infinite scrolling
it actually infinitely scrolls :yippee:
This commit is contained in:
parent
975984c4bc
commit
a9160a3a8f
3 changed files with 22 additions and 12 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue