Skip to content

Commit

Permalink
restrict the allowed characters for the next_batch_token
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan de Jong <jonathandejong02@gmail.com>
  • Loading branch information
anoadragon453 and ShadowJonathan authored Jun 5, 2023
1 parent 7829c3b commit 92aef5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/2666-get-rooms-in-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ continue until the server does no longer insert `"next_batch_token"`.
"joined": [
// ...
],
"next_batch_token": "<any valid ascii string up to 32 chars>"
"next_batch_token": "<a string up to 32 characters abiding by the regex /[a-zA-Z0-9]+/>"
}
```

Expand Down

0 comments on commit 92aef5b

Please sign in to comment.