diff --git a/DysonNetwork.Sphere/Post/PostService.cs b/DysonNetwork.Sphere/Post/PostService.cs index ff30907..9f16799 100644 --- a/DysonNetwork.Sphere/Post/PostService.cs +++ b/DysonNetwork.Sphere/Post/PostService.cs @@ -676,7 +676,7 @@ public partial class PostService( // Find the index of the poll embed first var pollIndex = embeds.FindIndex(e => - e.ContainsKey("Type") && ((JsonElement)e["Type"]).ToString() == "poll" + e.ContainsKey("type") && ((JsonElement)e["type"]).ToString() == "poll" ); if (pollIndex < 0)