Track sessions only known by nick-events

This commit is contained in:
Joscha 2022-09-26 13:20:14 +02:00
parent e59216809a
commit bdb17db5bf
2 changed files with 61 additions and 14 deletions

View file

@ -394,7 +394,7 @@ impl Time {
///
/// It is possible for this value to have no prefix and colon, and there is no
/// fixed format for the unique value.
#[derive(Debug, Clone, Hash, PartialEq, Eq, Serialize, Deserialize)]
#[derive(Debug, Clone, Hash, PartialEq, Eq, PartialOrd, Ord, Serialize, Deserialize)]
pub struct UserId(pub String);
impl fmt::Display for UserId {