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

Re-pin a conversation after undoing archival #6969

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

Vinnl
Copy link
Contributor

@Vinnl Vinnl commented Aug 8, 2024

First time contributor checklist:

Contributor checklist:

  • My contribution is not related to translations.
  • My commits are in nice logical chunks with good commit messages
  • My changes are rebased on the latest main branch
  • A npm run ready run passes successfully (more about tests here) - sort of. It runs the same as on main, but tests end with 9 tests pending, and a bunch of alert dialogs about render processes erroring, and some type errors on code I did not touch (e.g. Property 'newUnauthenticatedChatService' does not exist on type 'Net'.).
  • My changes are ready to be shipped to users

Description

Fixes #6968 following these pointers. If you archive a pinned conversation, then undo that, with this change, the conversation will be pinned again.

I tested it manually using the standalone setup, on Fedora Silverblue Linux 40. I couldn't find which files would contain tests for the files I touched, but could look at writing some tests with some pointers.

@scottnonnenberg-signal
Copy link
Contributor

We’ve merged this internally, and it will be released with our next beta family. Thanks!

@indutny-signal indutny-signal merged commit 40b4415 into signalapp:main Aug 21, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Undoing archival of a pinned chat doesn't re-pin it
4 participants