hmn/src/discord
Ben Visness 986a42c1ac Switch to centralized helpers for fetching threads/posts
This includes the ability to "shadowban" new users who have not yet been
approved. We do not have UI for approving these users.

Migrate deserving users to new Approved status

Add post fetching helpers as well

The logic in the thread/post stuff is definitely getting redundant, but
I'm not sure I'm yet ready to try to abstract any of it away.

The next thing to do is probably to update blogs and other places that
fetch threads/posts, and delete the old helpers.

Move forums and blogs fully to new helpers

Use the helpers on the landing page too

that was easy!

Fix up some spots I missed

Check user status and use helpers on the profile page
2021-09-22 23:48:31 -05:00
..
cmd Add background features to the Discord bot 2021-08-26 22:59:12 -05:00
gateway.go Switch to centralized helpers for fetching threads/posts 2021-09-22 23:48:31 -05:00
history.go Put timestamp in avatar filenames to avoid cache problems 2021-09-07 19:55:52 -05:00
library.go Save Discord attachments and embeds 2021-08-23 16:52:57 -05:00
markdown.go Process Discord markdown for snippets 2021-08-23 22:26:27 -05:00
markdown_test.go Process Discord markdown for snippets 2021-08-23 22:26:27 -05:00
message_test.go Add background features to the Discord bot 2021-08-26 22:59:12 -05:00
payloads.go Clean up TODOs 2021-08-28 12:07:45 -05:00
ratelimiting.go Add Discord integration 2021-08-15 20:21:04 -05:00
rest.go Add user edit form 2021-08-27 17:18:02 -05:00
showcase.go Switch to centralized helpers for fetching threads/posts 2021-09-22 23:48:31 -05:00