6 lines
No EOL
276 B
C#
6 lines
No EOL
276 B
C#
namespace Iceshrimp.Backend.Core.Configuration;
|
|
|
|
public class Constants {
|
|
public const string UserAgent = "Iceshrimp/2024.1-experimental (https://shrimp-next.fedi.solutions)";
|
|
public static readonly string[] SystemUsers = { "instance.actor", "relay.actor" };
|
|
} |