Skip to content

Commit

Permalink
The real fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spitfire305 committed Feb 7, 2024
1 parent ec0aa56 commit 416acdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/Discord/SendNewFeature.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function handle(): void
'embeds' => [
[
'title' => $title,
'description' => e($feature->description),
'description' => html_entity_decode($feature->description),
'color' => config('discord.color'),
'url' => route('roadmap.feature.show', $this->feature),
'author' => [
Expand Down

0 comments on commit 416acdb

Please sign in to comment.