You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This is a bit hacky because MessageBox doesn't really have a way to "not update" the pts.
122
122
// Instead we manually extract the previously-known pts and use that.
123
-
log::warn!("Getting difference for channel updates caused PersistentTimestampOutdated; ending getting difference prematurely until server issues are resolved");
123
+
log::warn!(
124
+
"Getting difference for channel updates caused PersistentTimestampOutdated; ending getting difference prematurely until server issues are resolved"
0 commit comments