Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
Nheko Reborn
nheko
Commits
9d16f2e8
Verified
Commit
9d16f2e8
authored
1 year ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Fix verification error codes
parent
4bd6aeab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5011
passed
1 year ago
Stage: sign
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/encryption/DeviceVerificationFlow.h
+3
-0
3 additions, 0 deletions
src/encryption/DeviceVerificationFlow.h
src/encryption/SelfVerificationStatus.cpp
+2
-0
2 additions, 0 deletions
src/encryption/SelfVerificationStatus.cpp
with
5 additions
and
0 deletions
src/encryption/DeviceVerificationFlow.h
+
3
−
0
View file @
9d16f2e8
...
...
@@ -63,6 +63,9 @@ using sas_ptr = std::unique_ptr<mtx::crypto::SAS>;
class
DeviceVerificationFlow
final
:
public
QObject
{
Q_OBJECT
QML_ELEMENT
QML_UNCREATABLE
(
""
)
Q_PROPERTY
(
QString
state
READ
state
NOTIFY
stateChanged
)
Q_PROPERTY
(
Error
error
READ
error
NOTIFY
errorChanged
)
Q_PROPERTY
(
QString
userId
READ
getUserId
CONSTANT
)
...
...
This diff is collapsed.
Click to expand it.
src/encryption/SelfVerificationStatus.cpp
+
2
−
0
View file @
9d16f2e8
...
...
@@ -246,6 +246,8 @@ SelfVerificationStatus::verifyMasterKey()
if
(
!
devices
.
empty
())
ChatPage
::
instance
()
->
timelineManager
()
->
verificationManager
()
->
verifyOneOfDevices
(
QString
::
fromStdString
(
this_user
),
std
::
move
(
devices
));
else
nhlog
::
db
()
->
info
(
"No devices to verify"
);
}
void
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment