nextcloud/dist/activity-CS_yDSTQ.chunk.mjs.map
Ferdinand Thiessen 7d8e640601
chore: compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-05-05 22:25:40 +02:00

1 line
No EOL
1.1 KiB
Text

{"version":3,"file":"activity-CS_yDSTQ.chunk.mjs","sources":["../build/frontend/apps/comments/src/logger.ts","../build/frontend/apps/comments/src/utils/activity.ts"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nexport default getLoggerBuilder()\n\t.setApp('comments')\n\t.detectUser()\n\t.build()\n","/*!\n * SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { loadState } from '@nextcloud/initial-state'\n\n/**\n * Check if the comments app is using the Activity app integration for the sidebar.\n */\nexport function isUsingActivityIntegration() {\n\treturn loadState('comments', 'activityEnabled', false) && window.OCA?.Activity?.registerSidebarAction !== undefined\n}\n"],"names":["logger","getLoggerBuilder","isUsingActivityIntegration","loadState"],"mappings":"+FAOA,MAAAA,EAAeC,IACb,OAAO,UAAU,EACjB,WAAA,EACA,MAAA,ECAK,SAASC,GAA6B,CAC5C,OAAOC,EAAU,WAAY,kBAAmB,EAAK,GAAK,OAAO,KAAK,UAAU,wBAA0B,MAC3G"}