"use strict"; module.exports = function mapFullyReadEvent(event, _context) { return { type: "fullyReadMarker", eventID: event.content.event_id }; };