Merge branch 'main' into feature/groups
This commit is contained in:
@@ -26,4 +26,10 @@ namespace PluralKit.Core {
|
||||
|
||||
[JsonIgnore] public DateTimeZone Zone => DateTimeZoneProviders.Tzdb.GetZoneOrNull(UiTz);
|
||||
}
|
||||
|
||||
public static class PKSystemExt
|
||||
{
|
||||
public static string DescriptionFor(this PKSystem system, LookupContext ctx) =>
|
||||
system.DescriptionPrivacy.Get(ctx, system.Description);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user