Skip to content
Snippets Groups Projects
  1. Feb 24, 2019
    • NOGISAKA Sadata's avatar
      Skip some methods in BatchedRemoveStatusService when account is nil (#10095) · e0509587
      NOGISAKA Sadata authored
      * Skip some methods in BatchedRemoveStatusService when account is nil
      
      Sometimes `bin/tootctl accounts cull` fails with below error:
      
      undefined method `followers_for_local_distribution' for nil:NilClass (NoMethodError)
      
      This commit makes BatchedRemoveStatusService to skip below methods when
      `account` is nil:
      
      - unpush_from_home_timelines()
      - unpush_from_list_timelines()
      - batch_stream_entries()
      
      * Fix rubocop error: Use `next` to skip iteration.
      e0509587
  2. Feb 23, 2019
  3. Feb 22, 2019
  4. Feb 21, 2019
  5. Feb 20, 2019
  6. Feb 19, 2019
  7. Feb 18, 2019
  8. Feb 17, 2019
  9. Feb 16, 2019
  10. Feb 15, 2019
  11. Feb 14, 2019
  12. Feb 13, 2019
Loading