Skip to content

Commit

Permalink
'#2170: Fix a minor typo and add a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Apr 19, 2024
1 parent d5c4741 commit 4ff1b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iped-app/resources/scripts/tasks/RefineCategoryTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function process(e){
}
}

// Call sub-categories
// Calls sub-categories
if (mime.equals("application/x-ufed-call")) {
source = e.getMetadata().get("ufed:Source");
if (source == null) {
Expand All @@ -164,6 +164,7 @@ function process(e){
} else if (source.contains("threema")) {
e.setCategory("Threema Calls");
} else {
// New sub-categories may be created from other phone call apps handled by UFED
e.setCategory("Other Calls");
}
}
Expand Down

0 comments on commit 4ff1b06

Please sign in to comment.