Skip to content

Commit

Permalink
'#2005: Expose Telegram parser "extractMessages" parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Nov 30, 2023
1 parent 1825590 commit 45ae32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions iped-app/resources/config/conf/ParserConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
</parser>
<parser class="iped.parsers.telegram.TelegramParser">
<params>
<param name="extractMessages" type="bool">true</param>
<param name="enabledForUfdr" type="bool">true</param>
<param name="minChatSplitSize" type="int">6000000</param>
</params>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
</parser>
<parser class="iped.parsers.telegram.TelegramParser">
<params>
<param name="extractMessages" type="bool">false</param>
<param name="enabledForUfdr" type="bool">true</param>
<param name="minChatSplitSize" type="int">6000000</param>
</params>
Expand Down

0 comments on commit 45ae32c

Please sign in to comment.