mvdicarlo / postybirb-plus

Remake of PostyBirb using React and NestJS
BSD 3-Clause "New" or "Revised" License
100 stars 26 forks source link

Move tag handling to base website, update parser #286

Closed aneillans closed 11 months ago

aneillans commented 11 months ago

As discussed in #280 this focusses on correcting only the parsers behaviour (took a cleaner route this time). Went through the integrations and checked them as much as I could, removed injection where found, removed unnecessary code, but also trying to use base class functionality for as much as possible.

mvdicarlo commented 11 months ago

See comments and resolve merge conflicts. Solution is largely fine overall.