core: add flag to User to use client services

This commit is contained in:
Evgeny Poberezkin
2025-12-25 22:40:35 +00:00
parent 282314cb82
commit c8e1bf6ab0
29 changed files with 244 additions and 152 deletions
+1 -1
View File
@@ -1378,7 +1378,7 @@ groupInvitation' g@GroupInfo {localDisplayName = ldn, groupProfile = GroupProfil
viewNewMemberContactReceivedInv :: User -> Contact -> GroupInfo -> GroupMember -> [StyledString]
viewNewMemberContactReceivedInv user ct@Contact {localDisplayName = c} g m
| isTrue (autoAcceptMemberContacts user) =
| autoAcceptMemberContacts user =
[ttyGroup' g <> " " <> ttyMember m <> " is creating direct contact " <> ttyContact' ct <> " with you"]
| otherwise =
[ ttyGroup' g <> " " <> ttyMember m <> " requests to create direct contact with you",