immich-app / immich

High performance self-hosted photo and video management solution.
https://immich.app
GNU Affero General Public License v3.0
33.02k stars 1.59k forks source link

fix(server): asset count on meta tag of shared links #9107

Closed nghduc97 closed 2 weeks ago

nghduc97 commented 2 weeks ago

Fixed #8605

nghduc97 commented 2 weeks ago

Good catch. We should probably add an e2e test for this. Is that something you want to take a look at? Essentially, make an http request to /share/<key> and make sure the resulting html returns the correct meta tags. We could add this in e2e/src/api/specs/shared-link.e2e-spec.ts.

sure, I'll add one