Before this commit, when a users clicks on a quoted message, the UI takes it to that message. If the user clicks again on the quoted message, the green highlight of the quoted message is not shown again. This was like this, because the highlight is based on a state change, and clicking on the same highlighted message, does not update the state as the clicked quoted message is still the same. The fix is to reset the highlighted message on the state object after the animation is done |
4 years ago | |
---|---|---|
.github | 4 years ago | |
.tx | 8 years ago | |
.vscode | 6 years ago | |
_locales | 4 years ago | |
app | 4 years ago | |
build | 5 years ago | |
components | 4 years ago | |
config | 5 years ago | |
fixtures | 5 years ago | |
fonts | 4 years ago | |
images | 4 years ago | |
js | 4 years ago | |
libloki | 4 years ago | |
libtextsecure | 4 years ago | |
mnemonic_languages | 6 years ago | |
mockup_servers | 7 years ago | |
patches | 4 years ago | |
protos | 5 years ago | |
session-file-server@5173163fe1 | 5 years ago | |
stylesheets | 4 years ago | |
test | 4 years ago | |
tools | 5 years ago | |
ts | 4 years ago | |
.aptly.conf | 8 years ago | |
.editorconfig | 7 years ago | |
.eslintignore | 4 years ago | |
.eslintrc.js | 5 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 4 years ago | |
.gitmodules | 5 years ago | |
.nvmrc | 6 years ago | |
.prettierignore | 4 years ago | |
.prettierrc.js | 7 years ago | |
.yarnclean | 7 years ago | |
BUILDING.md | 5 years ago | |
CONTRIBUTING.md | 5 years ago | |
Gruntfile.js | 4 years ago | |
LICENSE | 8 years ago | |
LOKI-NOTES.md | 7 years ago | |
README.md | 5 years ago | |
RELEASING.md | 5 years ago | |
about.html | 4 years ago | |
about_preload.js | 5 years ago | |
background.d.ts | 5 years ago | |
background.html | 4 years ago | |
background_test.html | 4 years ago | |
bower.json | 4 years ago | |
debug_log.html | 5 years ago | |
debug_log_preload.js | 5 years ago | |
dev-app-update.yml.sample | 5 years ago | |
find_broken_perms.sh | 8 years ago | |
fix_broken_perms.sh | 6 years ago | |
index.html | 4 years ago | |
main.js | 4 years ago | |
metrics.html | 6 years ago | |
metrics_app.js | 6 years ago | |
package.json | 4 years ago | |
password.html | 4 years ago | |
password_preload.js | 5 years ago | |
preload.js | 4 years ago | |
styleguide.config.js | 4 years ago | |
tsconfig.json | 5 years ago | |
tslint.json | 5 years ago | |
yarn.lock | 4 years ago |
README.md
Session Desktop
Summary
Session integrates directly with Loki Service Nodes, which are a set of distributed, decentralized and Sybil resistant nodes. Service Nodes act as servers which store messages offline, and a set of nodes which allow for onion routing functionality obfuscating users IP Addresses. For a full understanding of how Session works, read the Session Whitepaper.
Want to Contribute? Found a Bug or Have a feature request?
Please search for any existing issues that describe your bugs in order to avoid duplicate submissions.
Submissions can be made by making a pull request to our development branch. If you don't know where to start contributing, try reading the Github issues page for ideas.
Build instruction
Build instructions can be found in BUILDING.md.
License
Copyright 2011 Whisper Systems
Copyright 2013-2017 Open Whisper Systems
Copyright 2019-2020 The Loki Project
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html