WofWca

Results 488 comments of WofWca

Indeed, those look like different bugs, and for some reason [I cannot reproduce the original bug even on `main` branch](https://github.com/deltachat/deltachat-desktop/issues/3991#issuecomment-2227288348) XD. See the linked comment, I recorded a video.

Were you able to actually locate the log file that Delta Chat tries to write? I suspect that this might have to do with the fact that it writes the...

Related: - https://github.com/deltachat/deltachat-desktop/issues/5122 I am pretty sure you can obtain this info by clicking the exclamation point? ![Image](https://github.com/user-attachments/assets/217d7e06-2f63-427d-9b9d-aa1a5bd0f116) ![Image](https://github.com/user-attachments/assets/32009a63-f754-453a-9732-dc03bbfb057f)

I think the "read receipts" section in the message info dialog would be a better fit for this kind of info.

> i don't know if there's a way to not repeat the same PR for android and ios There isn't. All the UI stuff has to be implemented separately for...

See if reproduction steps in https://github.com/deltachat/deltachat-desktop/issues/3982 work for you

I haven't investigated thoroughly, but two things seem fishy to me: The fact that we utilize a `{ [chatId: number]: Notification[] }`, i.e. a map that doesn't depend on `accountId`:...

This is based on a rejected MR.

I rebased and fixed the "context" errors. Things that don't work: - composer's emoji picker - Opening a profile modal prints an error > Warning: findDOMNode is deprecated and will...

I rebased again, and fixed the emoji picker not opening issue: 26a4dc804316a60d770987d57bc3018d8158a8cb. And I suspect we might have a few more such problematic places where timing matters. I think this...