Skip to content

Commit

Permalink
'#2170: Fix discord calls subcategory mime type.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed May 29, 2024
1 parent 5593b6c commit 9929e8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iped-app/resources/config/conf/CategoriesConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@
]},
{"name": "Extraction Summary", "mimes": ["application/x-ufed-html-summary"]},
{"name": "Calls", "categories":[
{"name": "Discord Calls", "mimes":["call/x-discord-call"]},
{"name": "Facebook Calls", "mimes":[]},
{"name": "Phone Calls", "mimes":["call/x-discord-call"]},
{"name": "Phone Calls", "mimes":[]},
{"name": "Telegram Calls", "mimes":["call/x-telegram-call"]},
{"name": "Threema Calls", "mimes":["call/x-threema-call"]},
{"name": "WhatsApp Calls", "mimes":["call/x-whatsapp-call"]},
Expand Down

0 comments on commit 9929e8c

Please sign in to comment.