update Timezone packet processing

This commit is contained in:
zvonand 2023-04-12 22:27:54 +02:00
parent 0c616ac0a2
commit 1ec32d374d

View File

@ -418,6 +418,7 @@ Packet HedgedConnections::receivePacketFromReplica(const ReplicaLocation & repli
}
replica_with_last_received_packet = replica_location;
break;
case Protocol::Server::TimezoneUpdate:
case Protocol::Server::PartUUIDs:
case Protocol::Server::ProfileInfo:
case Protocol::Server::Totals: