Update: Text Channel Stuff
Bugs: Files don't work Bugs: Video In-Line don't work Added: idk, everything?
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using SurrealDb.Net.Models;
|
||||
using RelayShared.Services;
|
||||
|
||||
namespace RelayServer.Models;
|
||||
|
||||
@@ -6,4 +7,9 @@ public class Channels : Record
|
||||
{
|
||||
public required string Name { get; set; }
|
||||
public required DateTime CreatedAt { get; set; }
|
||||
}
|
||||
public ChannelType Type { get; set; } = ChannelType.Text;
|
||||
public string Group { get; set; } = string.Empty;
|
||||
public bool IsReadOnly { get; set; }
|
||||
public bool IsDeleted { get; set; }
|
||||
public string? LinkedFileChannelId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user