mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-07 15:23:11 +00:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user