# 21-Aug-2026 — serve Flickr large images instead of blocked originals [#357](https://github.com/nbarrett/ngx-ramblers/issues/357)

## [build 842](https://github.com/nbarrett/ngx-ramblers/actions/runs/32531572587) — [commit 1f451a1](https://github.com/nbarrett/ngx-ramblers/commit/1f451a1341a19e105441cbbba4e95cb3623e4eab)

_____

### **images**: serve Flickr large size instead of blocked originals

Flickr now refuses hotlinked original-size (_o) images with HTTP 429, so
every carousel and gallery image sourced from an external Flickr album
failed to load. The same photo at any smaller size loads fine with the
same secret, so rewrite _o URLs to the 1024px _b size in
UrlService.imageSource, the single point all image URLs pass through.

Applies at render time to existing stored data, so no re-scrape or
re-import is needed, and only Flickr static-CDN originals are touched.

### **video**: rename JWT helpers to issue*, add JWT + ICS meeting-invite tests ([#357](https://github.com/nbarrett/ngx-ramblers/issues/357))

Renames the Jitsi token helpers to issueMeetingToken / issueGuestToken / IssueMeetingTokenOptions across the server and updates the jitsi README wording. Adds unit tests for JWT issuing (jitsi-jwt.spec) and the meeting-invite ICS builder (meetingIcalDocument in ical.spec).