fix checks for memberships
This commit is contained in:
parent
f38715c8ef
commit
185ee37f04
3 changed files with 35 additions and 14 deletions
|
|
@ -9,6 +9,7 @@ abstract class PowerLevelConfig with _$PowerLevelConfig {
|
|||
@Default(false) bool isStateEvent,
|
||||
required String eventType,
|
||||
MembershipAction? action,
|
||||
String? targetUser,
|
||||
}) = _PowerLevelConfig;
|
||||
|
||||
factory PowerLevelConfig.fromJson(Map<String, Object?> json) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue