MemoServ: add RSEND read receipts
Some checks failed
CI / check (push) Has been cancelled

This commit is contained in:
Jean Chevronnet 2026-07-16 00:43:01 +00:00
parent 2850620be1
commit d819b2c75f
No known key found for this signature in database
11 changed files with 80 additions and 22 deletions

View file

@ -313,6 +313,9 @@ pub struct Memo {
pub ts: u64,
#[serde(default)]
pub read: bool,
// The sender asked to be told when it's read (MemoServ RSEND).
#[serde(default)]
pub receipt: bool,
}
// A service bot: a pseudo-client BotServ can assign to sit in channels.