mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: comment.
This commit is contained in:
@@ -31,7 +31,7 @@ export function stopPolling() {
|
||||
messageIntervals.forEach((_, messageId) => clearPolling(messageId));
|
||||
}
|
||||
|
||||
/** Starts polling message statuses, optionally marking them as processing. */
|
||||
/** Starts polling message statuses. */
|
||||
export function pollMessagesStatus(messages: Models.Message[]) {
|
||||
messages.forEach((message) => {
|
||||
clearPolling(message.$id);
|
||||
|
||||
Reference in New Issue
Block a user