mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
Support rest and implement SignIn and SignUp Rest + Mutations
This commit is contained in:
@@ -23,6 +23,7 @@ export default async function initLocalState(
|
||||
{ localStorage }: TalkContext
|
||||
) {
|
||||
commitLocalUpdate(environment, s => {
|
||||
// TODO: (cvle) move local, auth token and network initialization to framework.
|
||||
const root = s.getRoot();
|
||||
|
||||
// Create the Local Record which is the Root for the client states.
|
||||
|
||||
Reference in New Issue
Block a user