Schlagwort: PreviewCards
-
August 18, 2025 at 07:13PM
Filed a bug: https://github.com/mastodon/mastodon/issues/35813 Which is also a test for the patch 😉 #server #asca #mastodon #gdpr #PreviewCards Quelle: Mastodon
-
August 18, 2025 at 02:17PM
And from there, I delete all #PreviewCards in #mastodon by using these commands: 1. docker compose exec web bash2. RAILS_ENV=production bundle exec rails consoleAnd then I run this in the console: PreviewCard.destroy_all This will run for a while but it should remove all stored preview cards from my mastodon server, for all posts.And it worked.…