]> cat aescling's git repositories - mastodon.git/commit
Change Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 1 Jul 2020 17:05:21 +0000 (19:05 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2020 17:05:21 +0000 (19:05 +0200)
commit6d23d40420e4548778f3ca4ed9e8cb16e0eb0073
tree814fe2ea2f3b6b8ab9db2d12b289ba49db44c8fd
parente9ea960773ee6a1068623374b21d768918fbc93b
Change Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191)
14 files changed:
.gitignore
Gemfile.lock
app/lib/activitypub/activity.rb
app/lib/activitypub/activity/move.rb
app/lib/feed_manager.rb
app/models/account_conversation.rb
app/models/encrypted_message.rb
app/models/home_feed.rb
app/workers/publish_announcement_reaction_worker.rb
app/workers/publish_scheduled_announcement_worker.rb
app/workers/unpublish_announcement_worker.rb
config/application.rb
config/initializers/redis.rb
lib/redis/namespace_extensions.rb [new file with mode: 0644]