this post was submitted on 08 Jul 2023
1483 points (99.4% liked)
RPGMemes
10306 readers
391 users here now
Humor, jokes, memes about TTRPGs
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Admins can see absolutely everything on the site, I assume
Technically they have the ability to do anything there, whether they have dedicated tools to make it easy or worth while is likely a different story. Also heavily depends on functionality of the site.
That is correct, though there is a difference between deliberately editing comments in the database and getting pinged for a response. If the system doesn't tell or notify them explicitly that the person replied and they're not looking for a reply they just won't see it.
I just assume admins have access to prod databases and can run queries against it.
SELECT * FROM saved WHERE username = 'noodle';
UPDATE post SET link = "https://youtube.com/rickroll" WHERE username = 'noodle';
That kinda thing.