This commit is contained in:
cube
2026-03-21 00:30:47 +00:00
parent 4c89872b3e
commit ce8b6facfa
8 changed files with 124 additions and 13 deletions

View File

@@ -6,6 +6,8 @@ logged in users are presumed to all be admins with distinction only between bein
in the blog view, member privacy outweighs individual post privacy. if a private member makes a public post, it will not show up in the public feed. however, if that member switches to public, their public posts will all become publicly viewable (but private posts will remain private).
the blinkies and stamps stuff is literally just because i want an easy way to upload them when i find them. and im the dev so i get to decide mwa ha ha
# dev set up (windows)
- after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate`