forked from lavina/lavina
Make fields public
This commit is contained in:
parent
9ae34c99d3
commit
85c8d03f54
|
@ -253,8 +253,8 @@ impl Role {
|
||||||
|
|
||||||
#[derive(Debug, PartialEq, Eq)]
|
#[derive(Debug, PartialEq, Eq)]
|
||||||
pub struct Delay {
|
pub struct Delay {
|
||||||
xmlns: String,
|
pub xmlns: String,
|
||||||
from: Jid,
|
pub from: Jid,
|
||||||
pub stamp: String,
|
pub stamp: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue