mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
feat: Document removal of OC_API legacy class
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
f98754c0ad
commit
59b9d65239
@ -81,6 +81,7 @@ Removed APIs
|
||||
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.
|
||||
|
||||
Back-end changes
|
||||
----------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user