-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security and privacy part 2 #3637
base: develop
Are you sure you want to change the base?
Conversation
Generated by 🚫 Danger Swift against 6e84f51 |
❌ We are unable to process any of the uploaded JUnit XML files. Please ensure your files are in the right format. |
visibility state
added also the preview tests
and improved handling of the access -> vsibility reaction. Also added a simple error handling for the public directory toggle
but is missing its full implementation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Let's see how this evolves rules wise
let encryptionBinding = Binding<Bool>(get: { | ||
let binding = Binding<Bool>(get: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was wrong with encryptionBinding
? 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well it was a local variable in the scope, and the only binding so I thought having it named binding, was fine.
ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenViewModel.swift
Outdated
Show resolved
Hide resolved
if let canonicalAlias = roomProxy.infoPublisher.value.canonicalAlias { | ||
aliasLocalPart = canonicalAlias.dropFirst().split(separator: ":").first.flatMap(String.init) ?? "" | ||
} else if let displayName = roomProxy.infoPublisher.value.displayName { | ||
aliasLocalPart = roomAliasNameFromRoomDisplayName(roomName: displayName) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Quality Gate passedIssues Measures |
WIP, requires some SDK API that are still in review
What is left to do: