From 5e82c71542509b9811bc4ee592bee8d1c4ee0657 Mon Sep 17 00:00:00 2001 From: Vyr Cossont Date: Wed, 8 Mar 2023 08:39:05 -0800 Subject: [PATCH] Remove references to nonexistent Mastodon 3.6 in filter docs (#1167) --- content/en/methods/filters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/methods/filters.md b/content/en/methods/filters.md index d6621031..f1d8c390 100644 --- a/content/en/methods/filters.md +++ b/content/en/methods/filters.md @@ -16,7 +16,7 @@ aliases: [ ## Server-side (v2) methods {#v2} -Since Mastodon 3.6, filters can contain multiple keywords and are matched server-side. Clients apply the filter action based on [the status's `filtered` attribute]({{< relref "entities/Status#filtered" >}}). +Since Mastodon 4.0, filters can contain multiple keywords and are matched server-side. Clients apply the filter action based on [the status's `filtered` attribute]({{< relref "entities/Status#filtered" >}}). --- @@ -1012,7 +1012,7 @@ FilterStatus is not owned by you or does not exist ## Client-side (v1) methods {#v1} -Prior to Mastodon 3.6, matching filters was done client-size and filters could only contain one phrase to filter against. +Prior to Mastodon 4.0, matching filters was done client-size and filters could only contain one phrase to filter against. ---