Truncate messages on load and add an option to disable it#7749
Truncate messages on load and add an option to disable it#7749
Conversation
40ab705 to
1d1f074
Compare
|
I think to merge this we need corresponding UI PRs, at least in iOS long messages were problematic in the past deltachat/deltachat-ios#1634 |
|
moreover, we need to take care not to harm the existing, shipped ecosystem |
|
We need corresponding Android PR. For Desktop, iOS, Ubuntu Touch, possible solution is to keep truncating the message, but on load rather than when saving to the database. |
567861b to
2366c33
Compare
09fbb95 to
16c2ab9
Compare
16c2ab9 to
1cffdac
Compare
1cffdac to
435b6db
Compare
435b6db to
533f4fb
Compare
|
@adbenitez since you created the corresponding issue: I think it makes sense to test this before merging so that we can changen it if it doesn't fit for unexpected reasons - so, would be nice if you can create a corresponding Android PR at some point (not too urgent, though, just to get this done at some point) :) |
|
FTR, this PR just adds an API |
Messages are not converted to HTML when saving, but when loading.
There is a new API to disable truncation.
Closes #7718