@using Humanizer @using OliverBooth.Common.Data.Mastodon @using OliverBooth.Common.Services @inject IMastodonService MastodonService @{ IMastodonStatus latestStatus = MastodonService.GetLatestStatus(); }
break; case AttachmentType.Video:
break; case AttachmentType.Image: case AttachmentType.GifV:
break; } }