diff --git a/changelog/unreleased/bugfix-accept-remote-share-reload b/changelog/unreleased/bugfix-accept-remote-share-reload index 829e039ad6b..53bebcf6f2d 100644 --- a/changelog/unreleased/bugfix-accept-remote-share-reload +++ b/changelog/unreleased/bugfix-accept-remote-share-reload @@ -4,3 +4,5 @@ We've fixed a bug where the file list would not reload after accepting a remote https://github.com/owncloud/web/pull/6942 https://github.com/owncloud/web/issues/1774 +https://github.com/owncloud/web/issues/4247 +https://github.com/owncloud/web/issues/4839 diff --git a/packages/web-runtime/src/components/Topbar/Notifications.vue b/packages/web-runtime/src/components/Topbar/Notifications.vue index 6218889a79e..f7d07083124 100644 --- a/packages/web-runtime/src/components/Topbar/Notifications.vue +++ b/packages/web-runtime/src/components/Topbar/Notifications.vue @@ -92,6 +92,7 @@ export default { // accepted federated share if (state === 0 && fileTarget) { bus.publish('app.files.list.load') + return } if (path) {