0
0
Fork 0
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:
Jason Volk 2020-03-06 18:53:00 -08:00
parent 6ab71b8fdc
commit 41a6fa4e37

View file

@ -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
};