10 lines
No EOL
282 B
C#
10 lines
No EOL
282 B
C#
namespace BirdsiteLive.Common.Settings
|
|
{
|
|
public class InstanceSettings
|
|
{
|
|
public string Name { get; set; }
|
|
public string Domain { get; set; }
|
|
public string AdminEmail { get; set; }
|
|
public bool ResolveMentionsInProfiles { get; set; }
|
|
}
|
|
} |