core: enable creation of direct connections in group for chat protocol v2 (for beta; to be reverted for full release) (#3022)

This commit is contained in:
spaced4ndy
2023-09-06 10:15:32 +04:00
committed by GitHub
parent 43e233f0eb
commit 68f359c904
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ supportedChatVRange = mkVersionRange 1 currentChatVersion
-- version that starts support for skipping establishing direct connections in a group
groupNoDirectVersion :: Version
groupNoDirectVersion = 2
groupNoDirectVersion = 3 -- 2
data ConnectionEntity
= RcvDirectMsgConnection {entityConnection :: Connection, contact :: Maybe Contact}