update: comment.

This commit is contained in:
Darshan
2025-02-22 13:29:15 +05:30
parent 92fb862d3a
commit cf48e43e8c
@@ -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);