fix: blogmark bookmarklet uses bds2:// scheme to avoid legacy bds:// clash

This commit is contained in:
2026-05-29 22:46:26 +02:00
parent ae6659bcf3
commit ebf6136d2f
5 changed files with 13 additions and 5 deletions

View File

@@ -262,7 +262,8 @@ rule ExecuteTransform {
-- config.transform_max_toast_length characters.
@guidance
-- bds://new-post deep links from browser bookmarks
-- bds2://new-post deep links from browser bookmarks
-- (bds2:// scheme avoids clashing with the legacy app's bds:// scheme)
-- Ordering is deterministic: updated_at, then slug, then id
}