Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
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
Maunium
synapse
Commits
306361b3
Commit
306361b3
authored
6 years ago
by
David Baker
Browse files
Options
Downloads
Patches
Plain Diff
Misc PR feedback bits
parent
bddfad25
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/storage/e2e_room_keys.py
+2
-2
2 additions, 2 deletions
synapse/storage/e2e_room_keys.py
with
2 additions
and
2 deletions
synapse/storage/e2e_room_keys.py
+
2
−
2
View file @
306361b3
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import
simplejson
as
json
import
json
from
twisted.internet
import
defer
from
twisted.internet
import
defer
...
@@ -76,7 +76,7 @@ class EndToEndRoomKeyStore(SQLBaseStore):
...
@@ -76,7 +76,7 @@ class EndToEndRoomKeyStore(SQLBaseStore):
session_id(str): the session whose room_key we
'
re setting
session_id(str): the session whose room_key we
'
re setting
room_key(dict): the room_key being set
room_key(dict): the room_key being set
Raises:
Raises:
StoreError
if stuff goes wrong, probably
StoreError
"""
"""
yield
self
.
_simple_upsert
(
yield
self
.
_simple_upsert
(
...
...
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