Skip to content

Commit 9b2ba1a

Browse files
committed
MSC3030 timestamp to event is stable
1 parent 796eaa9 commit 9b2ba1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/msc3030_test.go renamed to tests/room_timestamp_to_event_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
//go:build msc3030
2-
// +build msc3030
1+
//go:build !dendrite_blacklist
2+
// +build !dendrite_blacklist
33

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
4+
// This file contains tests for the `/timestamp_to_event` client and federation API
5+
// endpoints (also known as *jump to date*). As defined by MSC3030, which you can read
6+
// here: https://github.com/matrix-org/matrix-doc/pull/3030
77

88
package tests
99

0 commit comments

Comments
 (0)