l
l
Currently it is not in the list of allowed extensions: https://github.com/deltachat/deltachat-desktop/blob/e61d7c41d7941a91af1d4e972f7cd636da06bd34/src/renderer/components/ImageSelector/index.tsx#L44 See forum topic https://support.delta.chat/t/wanted-delta-chat-core-developers/3150 for the discussion.
Currently application checks if push notification preference is enabled at the application start: https://github.com/deltachat/deltachat-android/blob/7e7257bf4180060495c86cb10cd09121f9e69d77/src/main/java/org/thoughtcrime/securesms/ApplicationContext.java#L230-L239 If preference is enabled, FCM token is requested and once it is obtained it is uploaded...
Closes #2990
Weblate has a project for metadata translations at https://translate.codeberg.org/projects/delta-chat/android-metadata/ Weblate pulls original text from the git repository already, but translations need to be pulled back to this repository now. Related...
There is no package for jekyll on Arch and jekyll is part of gemfile anyway, so "[install Jekyll](https://jekyllrb.com/docs/installation/) on your local machive" before `bundle install` should not be needed anyway....
I have been testing Delta Chat with iroh-gossip realtime channels on a network with high latency (>10s ping) and while Delta Chat worked for sending messages, p2p channels failed to...
There is an attempt to use iroh 0.17.0 for realtime channels on Android at https://github.com/deltachat/deltachat-android/pull/3108 It crashes in emulator: https://github.com/deltachat/deltachat-android/pull/3108#issuecomment-2137897610 Larger log from the emulator: ``` 30 14:03:58.635 8160-8160 tokio-runtime-w...
`recvmmsg` is supported on OpenBSD since OpenBSD 7.2: https://www.openbsd.org/72.html Same for `sendmmsg`. Documentation is here: - https://man.openbsd.org/OpenBSD-7.2/recvmmsg - https://man.openbsd.org/OpenBSD-7.2/sendmmsg Related PR made at the time when OpenBSD did not support...