WofWca
WofWca
## Summary Implement a way to bind to all network interfaces, and thus bypass system-wide VPN. Currently, for example, on Windows, if you're connected to a WireGuard VPN with the...
## The problem It looks like that by default the library uses the default HTTPClient: https://github.com/coder/websocket/blob/d1468a75eee5525d183123766fbf288dca1eed9b/dial.go#L76-L103 And [the default HTTP client](https://pkg.go.dev/net/http#Client) _does_ follow redirects: > // If CheckRedirect is nil,...
If 5 times is not enough, 60 will probably not be enough either. This is mainly an attempt of improving the situation with https://github.com/deltachat/deltachat-desktop/issues/3959. The `remove_account` RPC call would make...
- Operating System (Linux/Mac/Windows/iOS/Android): Windows - Delta Chat Version: 1.51.0 - Expected behavior: 3 options: - "Reply Privately" is not available (not the best, because it's not clear why) -...
I have tested this change, both on Tauri and Electron, and it works. This also affects radio buttons, e.g. in "Disappearing messages" dialog, making them match the current theme (dark...
- Operating System (Linux/Mac/Windows/iOS/Android): Windows, macOS, Linux - Delta Chat Version: 1.59.0 - Expected behavior: Notifications get cleared / removed - Actual behavior: They don't get removed - Steps to...
It has recently been upgraded, so the style changed. Zooming was off-center. TODO: - [x] Merge https://github.com/deltachat/deltachat-desktop/pull/5199
Closes https://github.com/deltachat/deltachat-desktop/issues/3072. I have verified that this works.
Follow-up to https://github.com/deltachat/deltachat-desktop/pull/5052. #skip-changelog
On Linux and macOS. Such that you'd be unable to focus anything else by using the Tab key. Closes https://github.com/deltachat/deltachat-desktop/issues/5097. Partially addresses https://github.com/deltachat/deltachat-desktop/issues/4590. This also affects Electron on all platforms...