Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
fixup! Use server broadcast events to send events via Mercure
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Oct 22, 2019
1 parent e3f6817 commit 874b68c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@nextcloud/event-bus": "^0.2.1",
"moment": "^2.24.0",
"nextcloud-auth": "0.0.3",
"nextcloud-axios": "latest",
"nextcloud-event-bus": "0.0.3",
"nextcloud-initial-state": "0.0.3",
"nextcloud-logger": "0.0.6",
"nextcloud-router": "0.0.9",
Expand Down
2 changes: 1 addition & 1 deletion src/event-bus-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

import Axios from 'nextcloud-axios'
import {emit} from 'nextcloud-event-bus'
import {emit} from '@nextcloud/event-bus'
import {generateUrl} from 'nextcloud-router'
import {getCurrentUser} from 'nextcloud-auth'
import {loadState} from 'nextcloud-initial-state'
Expand Down

0 comments on commit 874b68c

Please sign in to comment.