We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b3e05 commit 998bdefCopy full SHA for 998bdef
1 file changed
db/blip_subprotocol.go
@@ -24,13 +24,10 @@ const (
24
// Version Vectors/HLV
25
CBMobileReplicationV4
26
27
- // _nextCBMobileSubprotocolVersions reserved for maxCBMobileSubprotocolVersion
28
- _nextCBMobileSubprotocolVersions
29
-
30
// minCBMobileSubprotocolVersion is the minimum supported subprotocol version by SG
31
minCBMobileSubprotocolVersion = CBMobileReplicationV2
32
// maxCBMobileSubprotocolVersion is the maximum supported subprotocol version by SG
33
- maxCBMobileSubprotocolVersion = _nextCBMobileSubprotocolVersions - 1
+ maxCBMobileSubprotocolVersion = CBMobileReplicationV3
34
)
35
36
const cbMobileBLIPSubprotocolPrefix = "CBMobile_"
0 commit comments