mirror of
https://github.com/matrix-construct/construct
synced 2025-01-16 01:26:58 +01:00
ircd:Ⓜ️:room::events: Improve comment [skip ci].
This commit is contained in:
parent
b3f646b478
commit
6102c0a8b2
1 changed files with 3 additions and 5 deletions
|
@ -157,11 +157,9 @@ struct ircd::m::room::events::sounding
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Find missing room events. This is an interface to the event-horizon for
|
/// Find missing room events. This is an interface to the event-horizon for
|
||||||
/// this room.
|
/// this room. The event horizon is keyed by event_id and the value is the
|
||||||
///
|
/// event::idx of the event referencing it. There can be multiple entries for
|
||||||
/// The closure is invoked with the first argument being the event_id unknown
|
/// an event_id. The closure is also invoked with the depth of the referencer.
|
||||||
/// to the server, followed by the depth and event::idx of the event making the
|
|
||||||
/// reference.
|
|
||||||
///
|
///
|
||||||
struct ircd::m::room::events::horizon
|
struct ircd::m::room::events::horizon
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue