Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Add missing newline
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc authored and backportbot[bot] committed Apr 3, 2025
commit aed2c40a92c70228b3752fc02791224d5f422ae9
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
subscribe('notifications:action:execute', (event) => {
console.info('Notification action has been executed:', event.notification, event.action)
})

- Legacy class ``OC_API`` was moved to a private namepsace. It should not be needed by applications.

Check failure on line 85 in developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst

View workflow job for this annotation

GitHub Actions / Check spelling

namepsace ==> namespace

Back-end changes
----------------
Expand Down