mirror of
https://github.com/Stone-Red-Code/EchoHub.git
synced 2026-09-07 15:56:20 +02:00
feat: implement channel membership management and ensure default channels are public
This commit is contained in:
@@ -15,7 +15,7 @@ namespace EchoHub.Server.Data.Migrations
|
||||
table: "Channels",
|
||||
type: "INTEGER",
|
||||
nullable: false,
|
||||
defaultValue: false);
|
||||
defaultValue: true);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user