Change when <html> tags are applied to messages.
Previously, <html>, <head>, & <body> tags were attached to messages before they were stored locally. But now that the <head> element also needs to include a <meta> element (for proper MessageWebView display), it seems unecesary to store all these tags with each message. Now the tags are no longer stored with the messages. Instead, MessageWebView applies the tags before displaying the message. This also eliminates the need to upgrade an older message database where all the old messages would have otherwise needed to be wrapped with the new tags.
Loading
Please register or sign in to comment