Sha256: 28f591173924c10ea94c24e507c0b8df6694d1e971e27dd5befb790088080e88
Contents?: true
Size: 287 Bytes
Versions: 2
Compression:
Stored size: 287 Bytes
Contents
import * as api from '../api/Api'; export const CONVERSATION = 'CONVERSATION'; export function conversation(id, user, klass) { return ((dispatch) => { api.conversation(id, user, klass) .then((response) => dispatch({ type: CONVERSATION, response: response.data })); }); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
denshobato_chat_panel-0.0.2 | lib/react/actions/Conversation.jsx |
denshobato_chat_panel-0.0.1 | lib/react/actions/Conversation.jsx |