Discord.Net icon indicating copy to clipboard operation
Discord.Net copied to clipboard

(v4) Redo CleanContent

Open csmir opened this issue 2 years ago • 0 comments

As already addressed by several issues in the past, such as #2118 and #2317; CleanContent implementation has not been pulled off elegantly. The original implementor has not provided feedback on the matter, so it would be wise if this is picked up as a plan for v4.

Let us consider the following solutions:

  • Move it to an extension package that implements a package to do this for us.
  • Implement the package into the core library.
  • Remove CleanContent entirely.
  • Write a full implementation by ourselves.

The first idea would be preferred, considering the same would be done in #2589

csmir avatar Feb 07 '23 13:02 csmir