mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
modules/client/rooms/context: Move spec related comment to document variable.
This commit is contained in:
parent
6ab71b8fdc
commit
41a6fa4e37
1 changed files with 1 additions and 1 deletions
|
@ -12,10 +12,10 @@
|
|||
|
||||
using namespace ircd;
|
||||
|
||||
/// 11.20.1.1 - The maximum number of events to return. Default: 10.
|
||||
const size_t
|
||||
default_limit
|
||||
{
|
||||
// 11.20.1.1 - The maximum number of events to return. Default: 10.
|
||||
10
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue