Skip to content

Commit

Permalink
Removed <> braces so TG doesn't think it's html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjasoturi committed Aug 26, 2021
1 parent c29dafe commit 0eb7114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic/get_chat_title_username.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function get_chat_title_username($chat_id){

// Get info about chat for title.
debug_log('Getting chat object for chat_id: ' . $chat_id);
$chat_title = '<unknown chat>';
$chat_title = 'Unknown chat';

// Set title.
if ($chat_obj['ok'] == 'true' && !empty($chat_obj['result']['title'])) {
Expand Down

0 comments on commit 0eb7114

Please sign in to comment.