IoIxD / dforum

Service that allows Discord forums to be indexed by Google and read without a Discord account.
ISC License
36 stars 3 forks source link

Formatting emotes and user mentions. #1

Closed IoIxD closed 2 years ago

IoIxD commented 2 years ago

The code needs to format user mentions properly, as well as emoji mentions. The latter will require restructuring of the code since I forgot I would need to inevitably print HTML from the code itself (and the code is currently using a package that does HTML escaping automatically).

But the former is not only possible, there's already code for it written. It's just that in practice, the .Member( function complains about the state being missing, despite every other function being able to see it. And we can't get member names without the state.

IoIxD commented 2 years ago

Merged into #10