@page @using Humanizer @using OliverBooth.Common.Data.Mastodon @using OliverBooth.Common.Services @model Index @inject IMastodonService MastodonService @{ ViewData["Title"] = "Blog"; IMastodonStatus latestStatus = MastodonService.GetLatestStatus(); }
break; case AttachmentType.Video:
break; case AttachmentType.Image: case AttachmentType.GifV:
break; } }