-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trigger a proper event-bus event #728
Conversation
Only listened to in https://github.com/nextcloud/server/blob/d5e854e7efda5572682988faeef500e6f71a7b57/apps/files/js/filelist.js#L380-L384 and https://github.com/nextcloud/server/blob/ab2b3d2755e0b1d54bac84f842426b0b8d3aa006/apps/federatedfilesharing/js/external.js#L86-L91 But that code is not transpiled so I'm not sure how to use the |
@nickvergessen do we still want to add this? |
Yes, so we can get rid of jQuery in this app |
🚀! Anything blocking other than the comments above? |
The most important bit would be to adjust the listeners as outlined above. That is the part I failed to do. |
Should e.g. allow Talk to go to the chat without a page reload and trigger message loading already Signed-off-by: Joas Schilling <coding@schilljs.com>
43be609
to
c2385d9
Compare
Signed-off-by: Joas Schilling <coding@schilljs.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine with interceptor, previous way of work shouldn't be affected
As per nextcloud-libraries/nextcloud-event-bus#131