feat: Add option to store raw post text without sanitization (Fix #52) #53
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "wer/OF-DL:master"
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?
Some posts end up with empty text in user_data.db because the current post‑processing parses HTML fragments as XML and returns an empty string on parse errors. This PR introduces a configuration toggle to bypass that processing so the original text from the API is stored as‑is.
Checkout
From your project repository, check out a new branch and test the changes.