We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796eaa9 commit 9b2ba1aCopy full SHA for 9b2ba1a
tests/msc3030_test.go renamed to tests/room_timestamp_to_event_test.go
@@ -1,9 +1,9 @@
1
-//go:build msc3030
2
-// +build msc3030
+//go:build !dendrite_blacklist
+// +build !dendrite_blacklist
3
4
-// This file contains tests for a jump to date API endpoint,
5
-// currently experimental feature defined by MSC3030, which you can read here:
6
-// https://github.com/matrix-org/matrix-doc/pull/3030
+// This file contains tests for the `/timestamp_to_event` client and federation API
+// endpoints (also known as *jump to date*). As defined by MSC3030, which you can read
+// here: https://github.com/matrix-org/matrix-doc/pull/3030
7
8
package tests
9
0 commit comments