l

Results 664 comments of l

Unless I misunderstood the case, this is what is reported by a real new user. We don't test from scratch onboarding ourselves, so if real users stumble upon this error...

If it is difficult to do in the UI, maybe there should be some core support that allows starting securejoin process before configuring the first transport? We can remember in...

> Instead of overwriting /etc/nginx/nginx.conf, why not add configs in /etc/nginx/sites-available and symlink them as is common? Configuration is not really composable like this. If you already have websites on...

See second message on the forum, it is a bugreport as the messages are in the chat but not displayed when unfolded.

Andorid emulator supports foldable screens, so this can be tested: https://developer.android.com/codelabs/android-window-manager-dual-screen-foldables

> it is just wider screen which is already true for tablets and landscape mode The difference is that this is essentially a screen with dimensions changing in runtime, maybe...

Copying from the forum topic, the issue in the logs is ``` View : RecyclerView not displayed because it is too large to fit into a software layer (or drawing...

If WebPush draft is implemented in the server and has tests, we can implement it in https://github.com/chatmail/core Without the server it cannot be implemented in the client and server is...

Speaking about Delta Chat, it does not care about the push notification contents and is only interested in new messages arriving into INBOX. `\Seen` flag changes maybe too, but currently...

Less stateful API could be like this: - `set_draft()` that takes a whole draft as a JSON object and stores it into the database, returning `msg_id` for use with WebXDC....