Begin working on requesting users' names.

This commit is contained in:
2018-12-13 02:38:25 -08:00
parent 2449a3c8c4
commit 996da079e2
3 changed files with 18 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ init flags url key =
, errors = []
, roomText = Dict.empty
, transactionId = 0
, userData = Dict.empty
}
cmd = case flags.token of
Just _ -> Cmd.none