mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
9d4b944098
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
9 lines
272 B
TypeScript
9 lines
272 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'
|
|
|
|
registerFileAction(action)
|