mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Can update conversation settings
This commit is contained in:
@ -10,7 +10,7 @@ class NewConversationsSettings {
|
||||
final bool isComplete;
|
||||
final String name;
|
||||
final bool canEveryoneAddMembers;
|
||||
final String color;
|
||||
final Color color;
|
||||
|
||||
const NewConversationsSettings({
|
||||
@required this.convID,
|
||||
@ -23,5 +23,5 @@ class NewConversationsSettings {
|
||||
assert(convID > 0),
|
||||
assert(following != null),
|
||||
assert(isComplete != null),
|
||||
assert(!isComplete && canEveryoneAddMembers != null);
|
||||
assert(!isComplete || canEveryoneAddMembers != null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user