1
0
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:
Raman
2019-09-19 13:36:58 -04:00
parent e7f3280de8
commit b5370307c5

View File

@@ -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)