WofWca
WofWca
Opening process tree shows that it's apparently the Electron process and not a renderer process, but I am not completely sure. Browser dev tools show only around 50 MB of...
- [x] OK, another thing is that build fails now... We need to add the "channel" and "calls" stock strings.
- [ ] OK, https://github.com/deltachat/deltachat-desktop/pull/5521#discussion_r2409610572 fixes the build, but let's not forget to add these stock strings when https://github.com/deltachat/deltachat-android/pull/3785 gets merged. (sorry, that's the third task in this issue already).
Another user has reported the same issue. They're in a "minus" time zone. We perform this calculation in core. These are called "daymarkers".
> It never even shows "Today" It does though (for me): > The same for "Month DD, YYYY" convenience messages, it means that messages above are from that date Also...
This is the relevant core code: https://github.com/chatmail/core/blob/fe6044e1aaaa7574e8e4c30ad29776c7cefe317d/src/chat.rs#L3367-L3376 This is the Desktop code: https://github.com/deltachat/deltachat-desktop/blob/54676b5a2da01bf007a6723be8b4e5a5558cc96b/packages/frontend/src/components/message/MessageList.tsx#L1097-L1102 The core returns a Unix timestamp _with an added timezone offset_, which I am not sure if...
> The core returns a Unix timestamp with an added timezone offset, which I am not sure if is common practice. Desktop seems to treat it as a regular Unix...
> and seem to correspond to the correct date Ah yes when it's 2025-07-30 00:00 in UTC+0 TZ, it's still "yesterday" in "minus" timezones. So basically core expects Desktop to...
FTR, it seems that core still correctly determines the positions of the daymarkers. It seems to me that the "proper" solution would be to just make the returned time stamps...
Note that we already have the "plop" sound for messages in the current chat, as on mobile. IDK if we can use it for notifications. https://github.com/deltachat/deltachat-desktop/blob/cc130b47ab7d9241eb980033909c36bcb63ff83a/packages/frontend/src/stores/messagelist.ts#L70-L71