experiment with removing encryption stubs
This commit is contained in:
parent
16998a3fd0
commit
4bd1339bf5
1 changed files with 0 additions and 22 deletions
|
@ -393,28 +393,6 @@ router.get(
|
|||
}
|
||||
);
|
||||
|
||||
router.post(
|
||||
"/_matrix/client/r0/keys/query",
|
||||
authenticateRoute(),
|
||||
(req, res) => {
|
||||
res.json({
|
||||
device_keys: {},
|
||||
fallback_keys: {},
|
||||
one_time_keys: {}
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
router.post(
|
||||
"/_matrix/client/r0/keys/upload",
|
||||
authenticateRoute(),
|
||||
(req, res) => {
|
||||
res.json({
|
||||
one_time_key_counts: {signed_curve25519:2000}
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
router.get(
|
||||
"/_matrix/client/r0/profile/:userId",
|
||||
authenticateRoute(),
|
||||
|
|
Loading…
Reference in a new issue