Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- examplePush :: MakesValue u => u -> App Value
- testFetchAllNotifications :: App ()
- testLastNotification :: App ()
- testInvalidNotification :: HasCallStack => App ()
- testAddClientNotification :: HasCallStack => App ()
Documentation
examplePush :: MakesValue u => u -> App Value Source #
testFetchAllNotifications :: App () Source #
testLastNotification :: App () Source #
testInvalidNotification :: HasCallStack => App () Source #
testAddClientNotification :: HasCallStack => App () Source #
Check that client-add notifications use the V6 format:
"capabilities": { "capabilities": [..] }
Migration plan: clients must be able to parse both old and new schema starting from V7. Once V6 is deprecated, the backend can start sending notifications in the new form.