Added multi line feature and file upload in the support chat. Started working on snippets
This commit is contained in:
8
Moonlight/App/Database/Entities/SupportChatSnippets.cs
Normal file
8
Moonlight/App/Database/Entities/SupportChatSnippets.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Moonlight.App.Database.Entities;
|
||||
|
||||
public class SupportChatSnippets
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = "";
|
||||
public string Description { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user