aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/src/init.ts
blob: 675274b1b40a5131b464506fb9b5277e64bf8f9e (plain)
1
2
3
4
5
6
7
8
/**
 * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
import { registerFileAction } from '@nextcloud/files'
import { action } from './actions/inlineUnreadCommentsAction'

registerFileAction(action)