Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/library/Discord/DiscordComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function addMessageAboutReply(PostsReplies $reply)

$href = $postService->getPostUrl($reply->post);
$message = sprintf(
"\":newspaper2: **`%s` has commented in discussion `%s`. Check it out on %s#C%s.**",
"\":newspaper2: **`%s` has commented in discussion `%s`. Check it out on %s#C%s.**",
$reply->user->name,
$reply->post->title,
$href,
Expand Down Expand Up @@ -167,7 +167,7 @@ public function addMessageAboutSolvedDiscussion(PostsReplies $reply)

$href = $postService->getPostUrl($reply->post);
$message = sprintf(
":newspaper2: **Discussion `%s` was marked as solved. Check out accepted answer on %s#C%s.**",
":newspaper2: **Discussion `%s` was marked as solved. Check out accepted answer on %s#C%s.**",
$reply->post->title,
$href,
$reply->id
Expand Down