Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- B.ws.message.messageHandler({
- ws_method: WS_EVENTS.CONVERSATION_LAST_MESSAGE_READ,
- ws_unique_id: generateUID(),
- ws_data: {
- conversation_key: B.conversation.info.getActiveConversationKey(),
- read_participants: [{user_id: 1, read_at: DATE.getNowTime(),},
- {user_id: 2, read_at: DATE.getNowTime(),},
- {user_id: 3, read_at: DATE.getNowTime(),},
- {user_id: 4, read_at: DATE.getNowTime(),},
- {user_id: 5, read_at: DATE.getNowTime(),},
- {user_id: 6, read_at: DATE.getNowTime(),},
- {user_id: 7, read_at: DATE.getNowTime(),},],
- message_key: B.messages.info.getLastMessage().message_key,
- conversation_message_index: B.messages.info.getLastMessage().message_index,
- read_participants_count: 10,
- },
- company_id: B.leftmenu.conversations.info.getActiveCompanyId(),
- });
Advertisement
Add Comment
Please, Sign In to add comment