main ← fix-silent-link-query-params
merged 02:51PM - 02 Jul 26 UTC
Previously, an internal link only suppressed the "linked" notification when `sil…ent=true` was its *sole* query parameter, so links carrying extra params — like the daily summary's `?u=username&silent=true` — still notified the linked user.
This change inspects each query parameter, so `silent=true` is honored regardless of its position or any other params in the URL.