You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Revert setDestructive() to setWarning() for API compatibility
setDestructive() was introduced after minAppVersion 1.7.2, causing an
obsidianmd/no-unsupported-api error in the Community Portal scanner.
setWarning() has been available since Obsidian 0.11.0 and is fully
compatible with the declared minAppVersion. Deprecation recommendation
is acceptable; API version error is not.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>