diff --git a/DysonNetwork.Sphere/Post/PostService.cs b/DysonNetwork.Sphere/Post/PostService.cs index 3d34168..d3e697d 100644 --- a/DysonNetwork.Sphere/Post/PostService.cs +++ b/DysonNetwork.Sphere/Post/PostService.cs @@ -678,7 +678,7 @@ public partial class PostService( // Find the index of the poll embed first var pollIndex = embeds.FindIndex(e => - e.ContainsKey("type") && (string)e["type"] == "poll"); + e.ContainsKey("Type") && (string)e["Type"] == "poll"); if (pollIndex < 0) return;