Conversation
Notices
-
Nekobit :malloc: (nekofag@rdrama.cc)'s status on Friday, 26-May-2023 12:24:50 JST Nekobit :malloc:
@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.
-
Alex Gleason (alex@gleasonator.com)'s status on Friday, 26-May-2023 12:24:50 JST Alex Gleason
@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. Token likes this.