@Html.Raw(latestStatus.Content)
@foreach (MediaAttachment attachment in latestStatus.MediaAttachments)
{
switch (attachment.Type)
{
case AttachmentType.Audio:
break;
case AttachmentType.Video:
break;
case AttachmentType.Image:
case AttachmentType.GifV:
break;
}
}