Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replies that failed to decrypt not styled #1150

Closed
sssoleileraaa opened this issue Sep 28, 2020 · 0 comments · Fixed by #1151
Closed

replies that failed to decrypt not styled #1150

sssoleileraaa opened this issue Sep 28, 2020 · 0 comments · Fixed by #1151
Labels
bug Something isn't working

Comments

@sssoleileraaa
Copy link
Contributor

Description

Looks like from Nina's comment here that we have a design to show both messages and replies that failed to decrypt in italic text and with a gray status bar: #140 (comment)

Currently, replies that failed to decrypt don't do this.

STR

  1. Start the dev server
  2. rm -rf ~/.securedrop_client/ && ./run.sh --sdc-home ~/.securedrop_client
  3. Before logging in, delete the submission key:
  • gpg --homedir ~/.securedrop_client/gpg --delete-secret-keys --yes 65A1B5FF195B56353CC63DFFCC40EF1228271441
  • gpg --homedir ~/.securedrop_client/gpg --delete-keys --yes 65A1B5FF195B56353CC63DFFCC40EF1228271441
  1. Log in and wait for the sync.

Expected

The test messages and replies should turn gray with italic text and contain a message about the decryption error.

Actual

The test messages turn gray with italic text but replies do not as you see here: Screenshot from 2020-09-28 09-38-03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant