WofWca

Results 488 comments of WofWca

> the button could read "Chat with CHATNAME". We have "Chat with %1?", with a question mark. https://github.com/deltachat/deltachat-desktop/blob/0049dc4bfb0f13a8848e613e4d96026bf5381354/_locales/en.xml#L356 Shall we use this string, or make a new one?

Actually you know what. I think we can simply display the item as a contact. I.e. move the name to the header and empty the subheader (or replace it with...

Are you able to reproduce this with a fresh account? I tried this on Windows 10 with portable version. The images seem to be displayed.

Thanks! So, to confirm, every time you create a new profile, its images are not displayed? Would you mind checking what happens if you open dev tools and refresh the...

Some similar issues, there we also get `net::ERR_BLOCKED_BY_CLIENT`: - https://github.com/deltachat/deltachat-desktop/issues/4939 - https://github.com/deltachat/deltachat-desktop/issues/3797 I completely forgot about our `file://` request-blocking code, maybe that's what's involved: https://github.com/deltachat/deltachat-desktop/blob/938d27f53eada7ec8a0b7293b25d660e7b9141f6/packages/target-electron/src/windows/main.ts#L175-L218 We do have some logging...

I'd like to see if we hit the `tried to access path that is not whitelisted` log. Though unfortunately you have the dev tools logs disabled.

Execute `c:\Portable\DeltaChat\DeltaChat-1.58.2-Portable.x64.exe --log-debug --log-to-console` in the command line.

Thanks! Indeed, looks like the `file://` blocking code is not involved...

Oh. You're right. @datenbank-projekt if you have time, please check if you see the `tried to access path that is not whitelisted` line in View -> Developer -> Open Current...

I have tried to reproduce this on Windows 10 by moving the executable to `C:/Portable`. Sending an image to a chat succeeded. The receiving account also loads the image fine....