Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elixxir dApps SDK Swift
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
Elixxir dApps SDK Swift
Merge requests
!68
Messenger example - send auth request
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Messenger example - send auth request
feature/messenger-example-contact-request
into
development
Overview
0
Commits
32
Pipelines
0
Changes
1
Merged
Dariusz Rybicki
requested to merge
feature/messenger-example-contact-request
into
development
2 years ago
Overview
0
Commits
32
Pipelines
0
Changes
1
Expand
Refactor user search
Add contact feature
Save found contacts
Add send request feature
Send auth request
Fix saving my contact during registration
Edited
2 years ago
by
Dariusz Rybicki
0
0
Merge request reports
Viewing commit
1c098a7e
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1c098a7e
Update presentation id in UserSearchFeature
· 1c098a7e
Dariusz Rybicki
authored
2 years ago
Examples/xx-messenger/Sources/UserSearchFeature/UserSearchFeature.swift
+
1
−
1
Options
@@ -140,7 +140,7 @@ public let userSearchReducer = Reducer<UserSearchState, UserSearchAction, UserSe
.
presenting
(
contactReducer
,
state
:
.
keyPath
(\
.
contact
),
id
:
.
notNil
(),
// TODO: use Contact.ID
id
:
.
keyPath
(\
.
?
.
id
),
action
:
/
UserSearchAction
.
contact
,
environment
:
{
$0
.
contact
()
}
)
Loading