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
Next Next commit
feat: Mark OC.SystemTags as deprecated
Signed-off-by: Carl Schwan <[email protected]>
  • Loading branch information
CarlSchwan committed Sep 26, 2025
commit 7e58251c29e76b0f631fdd3ef8d52db266cd0d49
1 change: 1 addition & 0 deletions core/src/systemtags/systemtags.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import escapeHTML from 'escape-html'
(function(OC) {
/**
* @namespace
* @deprecated since 32.0.0
*/
OC.SystemTags = {
/**
Expand Down
Loading