Skip to content
Snippets Groups Projects
  1. Oct 11, 2017
    • ButterflyOfFire's avatar
      Update ar.json (#5316) · 38600b27
      ButterflyOfFire authored
      Pushing new arabic translated strings for Mastodon web client.
      38600b27
    • unarist's avatar
      Fix an error when ancestors get loaded before the status itself (#5312) · b0407ece
      unarist authored
      When ancestors get loaded, we scroll to the target status (i.e. skip
      ancestors). However, ancestors may get loaded before the status itself,
      then it causes TypeError because `this.node` is undefined yet.
      
      Since we don't show anything until the status gets loaded, we don't need
      to scroll to the target status in this time. If we get the status itslef
      later, it causes `componentDidUpdate` and scrolling correctly.
      b0407ece
  2. Oct 10, 2017
  3. Oct 09, 2017
  4. Oct 08, 2017
  5. Oct 07, 2017
Loading