mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 13:19:51 -07:00
Fix warning from cargo doc
(#413)
This commit is contained in:
parent
b023e38f77
commit
6470e845e0
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ pub struct RoomInfo {
|
|||
|
||||
/// A map of the most recent read marker for each user.
|
||||
///
|
||||
/// Every receipt in this map should also have an entry in [`event_receipts`],
|
||||
/// Every receipt in this map should also have an entry in [`event_receipts`](`Self::event_receipts`),
|
||||
/// however not every user has an entry. If a user's most recent receipt is
|
||||
/// older than the oldest loaded event, that user will not be included.
|
||||
pub user_receipts: HashMap<OwnedUserId, OwnedEventId>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue