This commit is contained in:
Thomas 2022-12-18 15:24:02 +01:00
parent dcb584eeb4
commit 4dd9924857
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ public class MutedAccounts implements Serializable {
try {
return gson.toJson(accounts);
} catch (Exception e) {
e.printStackTrace();
return null;
}
}