Merge commit 'cdcd77ebff3ff2093d47dbd622df763e88eaa731' into glitch-soc/merge-4.3

This commit is contained in:
Claire
2025-03-13 15:28:46 +01:00
5 changed files with 24 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ module Mastodon
end
def patch
5
6
end
def default_prerelease

View File

@@ -5,6 +5,10 @@ class Redis
def exists?(...)
call_with_namespace('exists?', ...)
end
def with
yield self
end
end
end