Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
fix(server): increment protoVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Jan 7, 2016
1 parent ef8c9eb commit 14026cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object MTProtoBlueprint {

type MTProtoFlow = Flow[ByteString, ByteString, Unit]

val protoVersions: Set[Byte] = Set(1)
val protoVersions: Set[Byte] = Set(1, 2)
val apiMajorVersions: Set[Byte] = Set(1)

def apply(connId: String, connTimeHist: Histogram, connCountMM: MinMaxCounter, serverKeys: Seq[ServerKey])(implicit sessionRegion: SessionRegion, system: ActorSystem): MTProtoFlow = {
Expand Down

0 comments on commit 14026cc

Please sign in to comment.