2 files changed, 1 insertions, 3 deletions
diff --git a/changelog.d/12867.doc b/changelog.d/12867.doc
new file mode 100644
index 0000000000..1caeb7a290
--- /dev/null
+++ b/changelog.d/12867.doc
@@ -0,0 +1 @@
+Fix documentation incorrectly stating the `sendToDevice` endpoint can be directed at generic workers. Contributed by Nick @ Beeper.
diff --git a/docs/workers.md b/docs/workers.md
index 5033722098..25b9338e57 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -237,9 +237,6 @@ information.
^/_matrix/client/(api/v1|r0|v3|unstable)/join/
^/_matrix/client/(api/v1|r0|v3|unstable)/profile/
- # Device requests
- ^/_matrix/client/(r0|v3|unstable)/sendToDevice/
-
# Account data requests
^/_matrix/client/(r0|v3|unstable)/.*/tags
^/_matrix/client/(r0|v3|unstable)/.*/account_data
|