+
+ Timestamp:
+
+ {new Date(conversation.snapshot.timestamp).toLocaleString()}
+
+
+
+ Message ID:
+ {conversation.messageId}
+
+
+
+ Is Snapshot Update:{" "}
+
+ {conversation.isSnapshotUpdate ? "Yes" : "No"}
+
+ {fileCount > 0 && (
+
+
Tracked Files:
+
+ {Object.keys(conversation.snapshot.trackedFileBackups).map(
+ (filePath) => (
+ -
+ {filePath}
+
+ ),
+ )}
+
+
+ )}
+