diff options
author | Lucas Azevedo <lhs_azevedo@hotmail.com> | 2023-09-14 00:56:59 -0300 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2023-09-16 14:08:47 +0200 |
commit | 03ece129bf930f8e16be69a28a7a1faa369d8e1c (patch) | |
tree | 22e542d5bb1fb5ff731d0928ff627e704147bc86 /apps/comments/src/comments.js | |
parent | f8ccaf8d580c60fa0bb44a81326023d5131a2df2 (diff) | |
download | nextcloud-server-03ece129bf930f8e16be69a28a7a1faa369d8e1c.tar.gz nextcloud-server-03ece129bf930f8e16be69a28a7a1faa369d8e1c.zip |
refactor(f2v): Migrate unread comments action to the new FileAction API
Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
Diffstat (limited to 'apps/comments/src/comments.js')
-rw-r--r-- | apps/comments/src/comments.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/src/comments.js b/apps/comments/src/comments.js index 076c42894e3..0c0d2b866ee 100644 --- a/apps/comments/src/comments.js +++ b/apps/comments/src/comments.js @@ -23,7 +23,7 @@ import './app.js' import './templates.js' -import './filesplugin.js' import './activitytabviewplugin.js' +import './actions/inlineUnreadCommentsAction.ts' window.OCA.Comments = OCA.Comments |