mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
add role to membership history
This commit is contained in:
parent
f4082d619d
commit
7d04d93948
4 changed files with 335 additions and 162 deletions
|
|
@ -248,6 +248,7 @@ pub struct RosterHistory {
|
|||
pub joined: Date,
|
||||
#[cfg_attr(feature = "serde", serde(with = "serde_date::opt"))]
|
||||
pub left: Option<Date>,
|
||||
pub role: MembershipRole,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue