Remove membership classes (spec, registry schema, enforcement); no roles or tiers
This commit is contained in:
@@ -367,7 +367,6 @@ async fn member_directory_filters_senders() {
|
||||
&[frxd::config::Member {
|
||||
name: "alice".to_string(),
|
||||
pubkey: alice.public_hex(),
|
||||
class: frxd::config::CLASS_SOURCE.to_string(),
|
||||
previous: Vec::new(),
|
||||
}],
|
||||
)
|
||||
@@ -409,7 +408,6 @@ async fn rotated_keys_are_accepted_through_previous_listing() {
|
||||
vec![frxd::config::Member {
|
||||
name: "carol".to_string(),
|
||||
pubkey: new_key.public_hex(),
|
||||
class: frxd::config::CLASS_SOURCE.to_string(),
|
||||
previous,
|
||||
}]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user