🐛 Bug fixes in post embed links

This commit is contained in:
2025-06-21 14:30:19 +08:00
parent d385abbf57
commit eadf25f389
4 changed files with 53 additions and 34 deletions

View File

@ -4,9 +4,9 @@ namespace DysonNetwork.Sphere.Connection.WebReader;
/// The link embed is a part of the embeddable implementations
/// It can be used in the post or messages' meta's embeds fields
/// </summary>
public class LinkEmbed : IEmbeddable
public class LinkEmbed : EmbeddableBase
{
public string Type => "link";
public override string Type => "link";
/// <summary>
/// The original URL that was processed