10 lines
No EOL
229 B
C#
10 lines
No EOL
229 B
C#
using System.Text.Json.Serialization;
|
|
|
|
namespace BirdsiteLive.ActivityPub
|
|
{
|
|
public class ActivityUndoFollow : Activity
|
|
{
|
|
[JsonPropertyName("object")]
|
|
public ActivityFollow apObject { get; set; }
|
|
}
|
|
} |