Skip to content

Commit

Permalink
'#2170: Set category for telegram calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed May 29, 2024
1 parent db350d3 commit 5593b6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iped-app/resources/scripts/tasks/RefineCategoryTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ function process(e){
e.setCategory("Discord Calls");
} else if (source.contains("threema")) {
e.setCategory("Threema Calls");
} else if (source.contains("telegram")) {
e.setCategory("Telegram 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 5593b6c

Please sign in to comment.