Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit a226d73

Browse files
committed
Hotfix
1 parent 7ab93fa commit a226d73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Api/Telegram/Telegram/Conversation/SuggestLinkConversation.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,12 @@ private function generateMainText(): string
211211
212212
Ссылка:
213213
$this->link
214+
215+
214216
MARKDOWN;
215217
$description = preg_replace('/(`+)/u', '`', $this->description);
216218
$str .= $this->description === ''
217-
? "\nОписание отсутствует."
219+
? "Описание отсутствует."
218220
: <<<MARKDOWN
219221
Описание:
220222
```

0 commit comments

Comments
 (0)