mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Cleanup
This commit is contained in:
@@ -196,7 +196,7 @@ public class EntityRule {
|
||||
return matched;
|
||||
}
|
||||
|
||||
void execute(Context context, DB db, EntityMessage message) throws IOException {
|
||||
void execute(Context context, EntityMessage message) throws IOException {
|
||||
try {
|
||||
JSONObject jaction = new JSONObject(action);
|
||||
int type = jaction.getInt("type");
|
||||
|
||||
Reference in New Issue
Block a user