use fedinuke block list

closes sk22#511
This commit is contained in:
sk
2023-05-22 18:04:37 +02:00
parent 8b502b605c
commit 66cdd63496
3 changed files with 172 additions and 90 deletions

View File

@@ -60,7 +60,7 @@ public class MastodonAPIController{
thread.start();
try {
final BufferedReader reader = new BufferedReader(new InputStreamReader(
MastodonApp.context.getAssets().open("blocks.tsv")
MastodonApp.context.getAssets().open("blocks.txt")
));
String line;
while ((line = reader.readLine()) != null) {