a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[backend/core] Add admin_contact_email meta entity

+1
+1
Iceshrimp.Backend/Core/Services/MetaService.cs
··· 113 113 public static readonly StringMeta VapidPublicKey = new("vapid_public_key"); 114 114 public static readonly NullableStringMeta InstanceName = new("instance_name"); 115 115 public static readonly NullableStringMeta InstanceDescription = new("instance_description"); 116 + public static readonly NullableStringMeta AdminContactEmail = new("admin_contact_email"); 116 117 } 117 118 118 119 public class Meta<T>(