SaitoTech / saito-lite-rust

a version of the Saito-Lite client written for compatibility with the Saito Rust client and binary data format
24 stars 28 forks source link

Redsquare generic OG info not showing. #2408

Open umairkhannn opened 8 months ago

umairkhannn commented 8 months ago

Generic links to saito.io/redsquare are showing OPEN Graph information for an arbitrary (?) post.

Check - if this is caching on the third party's side, or our end.

If it is caching - we might need to move from querystrings to connect to the tweet, to a directory structure like twitter:

https://twitter.com/holdsaito/status/1766052964995563581

where the id is on the end of the URL

umairkhannn commented 8 months ago

Fixed by PR:

https://github.com/SaitoTech/saito-lite-rust/pull/2393