Include goal in event response

This commit is contained in:
2023-09-29 10:57:40 +01:00
parent 23c60aa4c7
commit 7c60fefd4a

View File

@ -52,7 +52,8 @@ public class NostrController : Controller
Summary = user.Summary ?? "", Summary = user.Summary ?? "",
Image = user.Image ?? "", Image = user.Image ?? "",
ContentWarning = user.ContentWarning, ContentWarning = user.ContentWarning,
Tags = user.SplitTags() Tags = user.SplitTags(),
Goal = user.Goal
}, },
Endpoints = endpoints.Select(a => new AccountEndpoint Endpoints = endpoints.Select(a => new AccountEndpoint
{ {