Conversation
Notices
-
@alex quick where does pleroma store uploads in the database i'm just trying to track down the user of the file
- Token repeated this.
-
@nekofag It doesn't. You can search for objects which contain that attachment by doing a complicated jsonb query on the objects table, but... you won't find the post because they deleted it already. Best thing you can do is TRUNCATE TABLE oauth_tokens; and make sure you're hosting media on a subdomain. I'll write an upload filter soon to restrict media attachments to certain mime types.