Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
20c0324e
Commit
20c0324e
authored
9 years ago
by
David Baker
Browse files
Options
Downloads
Patches
Plain Diff
Dodesn't seem to make any difference: guess it does work with the object reference
parent
cf7a40b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/storage/end_to_end_keys.py
+0
-1
0 additions, 1 deletion
synapse/storage/end_to_end_keys.py
with
0 additions
and
1 deletion
synapse/storage/end_to_end_keys.py
+
0
−
1
View file @
20c0324e
...
...
@@ -52,7 +52,6 @@ class EndToEndKeyStore(SQLBaseStore):
)
for
row
in
rows
:
user_result
[
row
[
"
device_id
"
]]
=
row
[
"
key_json
"
]
result
[
user_id
]
=
user_result
return
result
return
self
.
runInteraction
(
"
get_e2e_device_keys
"
,
_get_e2e_device_keys
)
...
...
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