refractioning

This commit is contained in:
Danilo Reyes
2026-02-28 21:34:39 -06:00
parent 7a64034f8a
commit 81c2df84f7
6 changed files with 361 additions and 304 deletions

View File

@@ -146,7 +146,6 @@ def add_link(
"SELECT removed_at FROM link_tombstones WHERE user_name = ? AND url_normalized = ?",
(user_name, url_norm),
).fetchone()
if tombstone and not assume_yes and source != "push":
return {"status": "removed", "removed_at": tombstone["removed_at"]}