add chat base

This commit is contained in:
sam 2024-05-14 22:24:53 +02:00
parent a7b25c42f1
commit 996e59f49a
9 changed files with 167 additions and 3 deletions

View file

@ -2,6 +2,4 @@ using Foxchat.Core;
namespace Foxchat.Identity;
public class InstanceConfig : CoreConfig
{
}
public class InstanceConfig : CoreConfig;