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] Exclude prune-designer-cs-files.sh from build

+4
+4
Iceshrimp.Backend/Iceshrimp.Backend.csproj
··· 65 65 <Content Include="configuration.ini" CopyToOutputDirectory="Always"/> 66 66 </ItemGroup> 67 67 68 + <ItemGroup> 69 + <None Remove="Core\Database\prune-designer-cs-files.sh" /> 70 + </ItemGroup> 71 + 68 72 <Target Name="KeepOnlyBrotliCompressedStaticAssets" AfterTargets="Publish"> 69 73 <ItemGroup> 70 74 <CompressedFiles Include="$(PublishDir)\wwwroot\_framework\*.br" />