mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01: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