elm-format
parent
31817ed545
commit
1736679e0f
|
@ -277,16 +277,15 @@ update roomUpdate startRoom =
|
|||
|
||||
Optional (Just u) ->
|
||||
Recursion.recurse u
|
||||
|
||||
|
||||
Optional Nothing ->
|
||||
Recursion.base identity
|
||||
|
||||
|
||||
SetAccountData key value ->
|
||||
Recursion.base (setAccountData key value)
|
||||
|
||||
|
||||
SetEphemeral eph ->
|
||||
Recursion.base (\room -> { room | ephemeral = eph })
|
||||
)
|
||||
roomUpdate
|
||||
startRoom
|
||||
|
||||
|
|
|
@ -176,10 +176,10 @@ update vaultUpdate startVault =
|
|||
|
||||
Optional (Just u) ->
|
||||
Recursion.recurse u
|
||||
|
||||
|
||||
Optional Nothing ->
|
||||
Recursion.base identity
|
||||
|
||||
|
||||
SetAccountData key value ->
|
||||
Recursion.base (setAccountData key value)
|
||||
|
||||
|
|
Loading…
Reference in New Issue