Browse Source
Fixes #14131 Our `mastodon:setup` task defaults to a blank password rather than the absence of password, but some versions of Redis reject blank password authentication when authentication is possible without a password. The Ruby code only uses the Redis password when it's not blank, so do the same for the node.js part.pull/76/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue