You are viewing a single comment's thread from:

RE: Nitrous Minor Updates

in #nitrous5 years ago
  • Canonical url handling to be consistent with Steemit and using json_metdata.c.anonical_url when posting.*

Can you explain this a bit more?

Does this mean all posts, irrespective of which Tribe frontend they use, will have steemit.com as the canonical link?

I’ve been finding the ‘redeem rewards’ feature seems to be slow and often I need to refresh the page several times ... and then when this happens, clicking on links (trending, new, or my feed for example) does nothing unless the page is refreshed.

Posted using Partiko iOS

Sort:  

Specifically it means:

If the app field in json metadata is known via steemscript, it will use that.
If the json_metadata.canonical_url is set, it will use that.
Otherwise, it will use steemit.com.

Before it was using its own when the app was not in steemscript, and that caused it to be different for all the instances.

Regarding rewards redemption, it was moved to be handled by a secondary process because it was slowing the Scot bot down. So that's why there's a noticeable delay for claiming. Ideally it shouldn't take too much longer though.