Empty text stored for some posts in user_data.db #52
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For certain posts, posts.text in Metadata/user_data.db is empty even though the source text is not empty. This appears tied to XmlUtils.EvaluateInnerText parse failure.
For example, when source text includes
<br>
, it's an unclosed tags. It caused parse error and XmlUtils.EvaluateInnerText will return empty string.Suggestion: Can we add an option to store raw, unsanitized text in db?