Add user mute list sync via polling

This commit is contained in:
Ken Sedgwick
2024-11-15 08:36:56 -08:00
parent f00a67ab2c
commit d595631966
4 changed files with 167 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ use std::fmt;
use std::ops::Deref;
use tracing::debug;
#[derive(Eq, PartialEq, Clone, Copy, Hash)]
#[derive(Eq, PartialEq, Clone, Copy, Hash, Ord, PartialOrd)]
pub struct Pubkey([u8; 32]);
static HRP_NPUB: Hrp = Hrp::parse_unchecked("npub");