WofWca
WofWca
Indeed `target="_blank"` works with our current implementation no matter if it's inside of an `` or not. This is because in that case `setWindowOpenHandler` callback is invoked, and not the...
> we can comment contacts as deprecated and add a new function that leaves it empty. You mean turning it into an `Option`? Or keeping as is, but returning an...
WDYM? What older version? We publish the RPC to NPM pre-compiled, how would one configure this?
> `api_version` How would that look from the JSON-RPC POV? You mean an extra function argument?
Yep this happens all the time. There is a lot of way to reproduce this. Here is one: 1. Create a new Chat. 2. Send the "editor" app 3. Open...
This would also solve https://github.com/deltachat/deltachat-desktop/issues/5101.
Sorry about the CHANGELOG mess... Let me smuggle the fix in this MR.
Indeed, it doesn't appear to fix the bug. Though I tested it differently, instead of sending a message from a second device of the active account, I send it from...
I discovered that when the bug happens, when a new message arrives, the `MessageList` re-renders, but `messageListItems` is always empty here https://github.com/deltachat/deltachat-desktop/blob/9cb8c0d76ca680ef9086e7384c41868e1e3f41f9/src/renderer/components/message/MessageList.tsx#L115 So it doesn't loo like it has to...