Skip to content

parse `notRespondingSince` from redis instance cache

dakkar requested to merge feature/fix-notRespondingSince-handling into develop

What does this PR do?

@privateger@plasmatrap.com reported errors in the logs about notRespondingSince, and pointed at https://github.com/misskey-dev/misskey/pull/14059 as a solution.

Turns out, the cause is very probably in the caching layer (thanks @tess for finding the actual error message).

This MR should fix the error. I also cherry-picked the commit from Misskey because it's useful and can't hurt.

@tess please test this

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports