Skip to content

Commit

Permalink
Merge pull request #11757 from nextcloud/feat/trash-deleted-by
Browse files Browse the repository at this point in the history
feat(developers): Document trash item deleted by method
  • Loading branch information
susnux authored Apr 28, 2024
2 parents d796674 + bde6cd1 commit d99f9d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Added APIs
- ``OCP\Notification\IncompleteParsedNotificationException`` is thrown by ``OCP\Notification\IManager::prepare()`` when no ``OCP\Notification\INotifier`` handled the ``OCP\Notification\INotification`` object
- ``OCP\Notification\InvalidValueException`` is thrown by ``OCP\Notification\IAction::set*()`` and ``OCP\Notification\INotification::set*()`` when the value did not match the required criteria
- ``OCP\Notification\UnknownNotificationException`` should be thrown by ``OCP\Notification\INotifier::prepare()`` when they didn't handle the notification
- ``OCA\Files_Trashbin\Trash\ITrashItem::getDeletedBy`` should return the user who deleted the item or null if unknown

Changed APIs
^^^^^^^^^^^^
Expand Down

0 comments on commit d99f9d2

Please sign in to comment.