mirror of
https://github.com/elisspace/autopsy.git
synced 2026-08-31 08:32:01 +00:00
Fixed enum name.
This commit is contained in:
@@ -196,14 +196,14 @@ class FBMessengerAnalyzer(general.AndroidComponentAnalyzer):
|
||||
fromAddress, recipientAddressList)
|
||||
|
||||
|
||||
# at the end of th loop, add last message
|
||||
# at the end of the loop, add last message
|
||||
messageArtifact = threadsDBHelper.addMessage(
|
||||
"FB Messenger Message",
|
||||
direction,
|
||||
fromAddress,
|
||||
recipientAddressList,
|
||||
timeStamp,
|
||||
MessageReadStatusEnum.UNKNOWN,
|
||||
MessageReadStatus.UNKNOWN,
|
||||
"",
|
||||
msgText,
|
||||
threadId)
|
||||
|
||||
Reference in New Issue
Block a user