-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
mautrix-signal: 0.7.2 -> 0.7.3 #358785
mautrix-signal: 0.7.2 -> 0.7.3 #358785
Conversation
Seems to break decryption when goolm is enabled, but goolm is neither officially endorsed by us or upstream right now so that's not a blocker (goolm worked really well in 0.7.2 for me so far). Switching back to libolm and then testing again. Edit: I can't decrypt without goolm either after updating, hm, will investigate if it's an issue in my setup Edit 2: It was unrelated to the update and just caused by the update-related restart. I still had an active buggy Element X sessions that mautrix was encrypting for. Goolm still working fine! |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.05
git worktree add -d .worktree/backport-358785-to-release-24.05 origin/release-24.05
cd .worktree/backport-358785-to-release-24.05
git switch --create backport-358785-to-release-24.05
git cherry-pick -x 576701eebceed7402943fa82e02bbce136d2d61a 705ae9b92e70c3abd0668c58ecee298127db188c |
1 similar comment
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.05
git worktree add -d .worktree/backport-358785-to-release-24.05 origin/release-24.05
cd .worktree/backport-358785-to-release-24.05
git switch --create backport-358785-to-release-24.05
git cherry-pick -x 576701eebceed7402943fa82e02bbce136d2d61a 705ae9b92e70c3abd0668c58ecee298127db188c |
Git push to origin failed for release-24.11 with exitcode 1 |
Successfully created backport PR for |
ChangeLog: https://github.com/mautrix/signal/releases/tag/v0.7.3
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.