Port some changes over from master lost in the last rebase.
This commit is contained in:
parent
440368734d
commit
c75719cfe7
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,6 @@ public class ConversationMessage : Gtk.Box {
|
|||
* Starts loading the message body in the HTML view.
|
||||
*/
|
||||
public async void load_message_body(Cancellable load_cancelled) {
|
||||
bool load_images = false;
|
||||
string? body_text = null;
|
||||
try {
|
||||
body_text = (this.message.has_html_body())
|
||||
|
|
@ -386,6 +385,7 @@ public class ConversationMessage : Gtk.Box {
|
|||
debug("Could not get message text. %s", err.message);
|
||||
}
|
||||
|
||||
bool load_images = false;
|
||||
body_text = clean_html_markup(
|
||||
body_text ?? "", this.message, out load_images
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue