Skip to content

Commit

Permalink
feat: Add realtime on io.cozy.settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Jun 24, 2024
1 parent d3be1dd commit b5d144d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/AppLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
CONTACTS_DOCTYPE,
FILES_DOCTYPE,
APP_SETTINGS_DOCTYPE,
SETTINGS_DOCTYPE,
TRIGGERS_DOCTYPE
} from 'src/constants'

Expand Down Expand Up @@ -75,6 +76,7 @@ export const AppLayout = () => {
<RealTimeQueries doctype={CONTACTS_DOCTYPE} />
<RealTimeQueries doctype={TRIGGERS_DOCTYPE} />
<RealTimeQueries doctype={APP_SETTINGS_DOCTYPE} />
<RealTimeQueries doctype={SETTINGS_DOCTYPE} />
<ModalStack />
{showPaywall && <PapersPaywall onClose={onClosePaywall} />}
</>
Expand Down

0 comments on commit b5d144d

Please sign in to comment.