if (e.notification.app === 'files_sharing' && e.notification.object_type === 'remote_share' && e.action.type === 'POST') {
                    // User accepted a remote share reload
                    self.filesApp.fileList.reload();
                }