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.

[shared] Push the NoteUpdateRequest

authored by

Lunya and committed by
Iceshrimp development
29a3d177 5cbe3f06

+9
+9
Iceshrimp.Shared/Schemas/Web/NoteUpdateRequest.cs
··· 1 + namespace Iceshrimp.Shared.Schemas.Web; 2 + 3 + public class NoteUpdateRequest 4 + { 5 + public required string Id { get; set; } 6 + 7 + public string? Text { get; set; } 8 + public string? Cw { get; set; } 9 + }