0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-12 15:08:55 +02:00

ircd:Ⓜ️:room: Fix stale comment.

This commit is contained in:
Jason Volk 2018-09-16 19:37:03 -07:00
parent 801a88c100
commit f3539ddb37

View file

@ -53,7 +53,7 @@ namespace ircd::m
int64_t depth(std::nothrow_t, const id::room &);
int64_t depth(const id::room &);
// [GET] Count the events in the room between two (note always >=1 if a!=b)
// [GET] Count the events in the room between two indexes.
size_t count_since(const room &, const m::event::idx &, const m::event::idx &);
size_t count_since(const room &, const m::event::id &, const m::event::id &);
size_t count_since(const m::event::idx &, const m::event::idx &);