You have too many spammers on Grindr app which increases frustration with users.
Because those spammers are sending pretty much all the time same texts/URLs. You can simply create a rule and a "spam content database" which can be interrogated automatically when app users are sending messages, and block a user (spammer) when sending messages with such content after 3 times in a row.
You can create an IF, here is an example:
if app user's sending same message 3 times in a row, then interrogates spam content database, if yes, then block.
Hello,
You have too many spammers on Grindr app which increases frustration with users.
Because those spammers are sending pretty much all the time same texts/URLs. You can simply create a rule and a "spam content database" which can be interrogated automatically when app users are sending messages, and block a user (spammer) when sending messages with such content after 3 times in a row.
You can create an IF, here is an example:
if app user's sending same message 3 times in a row, then interrogates spam content database, if yes, then block.
Here are open source projects which can help you:
https://github.com/hl2guide/Filterlist-for-AdGuard-or-PiHole
https://github.com/rspamd/rspamd
Kind regards,
Tommy