mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 10:07:02 +00:00
ui: Add session update logic into Session
This commit is contained in:
@@ -5,7 +5,6 @@ port module Ports exposing
|
||||
, storeSession
|
||||
)
|
||||
|
||||
import Data.Session exposing (Persistent)
|
||||
import Json.Encode exposing (Value)
|
||||
|
||||
|
||||
@@ -18,4 +17,4 @@ port monitorMessage : (Value -> msg) -> Sub msg
|
||||
port onSessionChange : (Value -> msg) -> Sub msg
|
||||
|
||||
|
||||
port storeSession : Persistent -> Cmd msg
|
||||
port storeSession : Value -> Cmd msg
|
||||
|
||||
Reference in New Issue
Block a user