Assuming the issue is in your production diaspora db
- Grab the spam script. Mine is here https://git.feneas.org/diasporg/diaspora/blob/master/script/spam.rb
- Edit and add your users to remove on line 4. If more than one separate by space. Use full handle.
- Run it from command line ‘RAILS_ENV=production script/spam.rb’
Spammer gone. This also works for GPDR removal requests.
Do we use git clone or curl to download that script?