Add real time messaging
This commit is contained in:
parent
0163eab540
commit
9153ba841d
61 changed files with 882 additions and 230 deletions
|
|
@ -12,7 +12,7 @@ import { setState } from "../state";
|
|||
import { CommunityActionTypes, CommunityAction } from "./actions";
|
||||
import { ICommunityState } from "./types";
|
||||
|
||||
function communityReducer(state: ICommunityState, action: CommunityAction) {
|
||||
function communityReducer(_state: ICommunityState, action: CommunityAction) {
|
||||
switch (action.type) {
|
||||
case CommunityActionTypes.SET_COMMUNITY:
|
||||
setState(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue