mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 05:06:12 +08:00
Polling to update the Header Indicator
This commit is contained in:
@@ -17,4 +17,8 @@ export default withQuery(gql`
|
||||
statuses: [PENDING]
|
||||
})
|
||||
}
|
||||
`)(Header);
|
||||
`, {
|
||||
options: {
|
||||
pollInterval: 5000
|
||||
}
|
||||
})(Header);
|
||||
|
||||
Reference in New Issue
Block a user