You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
345 B
345 B
This is Reply.md.
const model = new Whisper.Message({
type: 'outgoing',
body: 'text',
sent_at: Date.now() - 18000000,
})
const View = Whisper.MessageView;
const options = {
model,
};
<util.ConversationContext theme={util.theme}>
<util.BackboneWrapper
View={View}
options={options}
/>
</util.ConversationContext>