Correct versions (#26175)

This is a follow-up to https://github.com/discourse/discourse/pull/25883. 
Somehow I forgot to address this comment –https://github.com/discourse/discourse/pull/25883#discussion_r1503234622
This commit is contained in:
Andrei Prigorshnev 2024-03-14 16:36:56 +00:00 committed by GitHub
parent 9376a2e755
commit dedf1a5e03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ class FoundUserWithStatusSerializer < FoundUserSerializer
"FoundUserWithStatusSerializer is deprecated. " \ "FoundUserWithStatusSerializer is deprecated. " \
"Use FoundUserSerializer with the include_status option instead." "Use FoundUserSerializer with the include_status option instead."
Discourse.deprecate(message, since: "3.2.0", drop_from: "3.3.0.beta1") Discourse.deprecate(message, since: "3.3.0.beta1", drop_from: "3.3.0.beta2")
end end
end end