mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd:Ⓜ️:room: Fix stale comment.
This commit is contained in:
parent
801a88c100
commit
f3539ddb37
1 changed files with 1 additions and 1 deletions
|
@ -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 &);
|
||||
|
|
Loading…
Reference in a new issue