add comment

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/13028/head
Michael Telatynski 2020-04-09 16:23:41 +01:00
parent 6fdeca93b6
commit 4afd29f62c
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ const processUrl = (url) => {
global.mainWindow.loadURL(url.replace(PROTOCOL, "vector://"));
};
// we encrypt anything that we expose to be passed back to our callback protocol
// so that homeservers don't see our directory paths and have the ability to manipulate them.
const algorithm = "aes-192-cbc";
const getKeyIv = () => ({