Add real time messaging

This commit is contained in:
Aslan 2026-01-11 14:17:34 -05:00
parent 0163eab540
commit 9153ba841d
61 changed files with 882 additions and 230 deletions

View file

@ -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(