We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b5a48 commit acc49b4Copy full SHA for acc49b4
Sources/PowerSync/Protocol/sync/SyncStream.swift
@@ -78,7 +78,7 @@ public struct SyncSubscriptionDescription: SyncStreamDescription {
78
/// Whether this stream has been synced at least once.
79
public var hasSynced: Bool {
80
get {
81
- return self.expiresAt != nil
+ return self.lastSyncedAt != nil
82
}
83
84
0 commit comments