refactor: cleanup

This commit is contained in:
zhom
2026-07-07 23:14:53 +04:00
parent eb6ded2772
commit 6f0ffc79ee
9 changed files with 28 additions and 22 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ impl SyncSubscription {
// Refresh the sync token before reconnecting. The token may have
// expired while the stream was open (tokens last ~15 min); reusing
// the construction-time token otherwise produces an endless 401
// reconnect loop until the app is restarted (issue #440).
// reconnect loop until the app is restarted.
match Self::fetch_sync_token(source, &app_handle).await {
Ok(Some(fresh)) => token = fresh,
Ok(None) => {