"use strict"; module.exports = function mapTypingEvent(event, _context) { return { type: "typingUserListChanged", users: event.content.user_ids }; };