Small extra tweak to thread message numbers

cshd
Dragory 2020-08-17 01:46:51 +03:00
parent 3aa74f2cbf
commit 6a8ecfed8a
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ const defaultFormatters = {
result = `[${formattedTimestamp}] ${result}`; result = `[${formattedTimestamp}] ${result}`;
} }
result = `\`${threadMessage.message_number}\` ${result}`; result = `\`${threadMessage.message_number}\` ${result}`;
return result; return result;
}, },