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:
parent
9376a2e755
commit
dedf1a5e03
|
@ -16,6 +16,6 @@ class FoundUserWithStatusSerializer < FoundUserSerializer
|
|||
"FoundUserWithStatusSerializer is deprecated. " \
|
||||
"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
|
||||
|
|
Loading…
Reference in New Issue