This commit is contained in:
parent
2850620be1
commit
d819b2c75f
11 changed files with 80 additions and 22 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue