Skip to content

Commit 984ff5f

Browse files
committed
add comment
1 parent 5c81a70 commit 984ff5f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/msc4155/invite_filter_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ func TestInviteFiltering(t *testing.T) {
194194
alice.MustSyncUntil(t, client.SyncReq{}, client.SyncJoinedTo(alice.UserID, roomIDEvilBob))
195195
evil_bob.MustSyncUntil(t, client.SyncReq{}, client.SyncJoinedTo(alice.UserID, roomIDEvilBob))
196196
})
197+
// TODO: Escaping a glob is not possible, so no tests exist for that.
198+
// See https://github.com/matrix-org/matrix-spec/issues/2156
197199
}
198200

199201
// Tests that a given invite filter config is properly set

0 commit comments

Comments
 (0)