mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 14:54:02 -05:00
9 lines
276 B
TypeScript
9 lines
276 B
TypeScript
/**
|
|
* 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.ts'
|
|
|
|
registerFileAction(action)
|