mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 10:42:27 -05:00
* move caption sanitization -> sanitize.go * use sanitizeplaintext rather than removehtml * rename sanitizecaption to sanitizeplaintext * avoid removing html twice from statuses * unexport remoteHTML it's no longer used outside the text package so this makes it less confusing * test instance PATCH |
||
|---|---|---|
| .. | ||
| common.go | ||
| common_test.go | ||
| formatter.go | ||
| formatter_test.go | ||
| link.go | ||
| link_test.go | ||
| markdown.go | ||
| markdown_test.go | ||
| minify.go | ||
| plain.go | ||
| plain_test.go | ||
| removehtml_test.go | ||
| sanitize.go | ||
| sanitize_test.go | ||