6 lines
No EOL
266 B
C#
6 lines
No EOL
266 B
C#
namespace Iceshrimp.Backend.Core.Configuration;
|
|
|
|
public static class Constants {
|
|
public const string ActivityStreamsNs = "https://www.w3.org/ns/activitystreams";
|
|
public static readonly string[] SystemUsers = { "instance.actor", "relay.actor" };
|
|
} |