Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit db5319a

Browse files
authored
Update DataStructures.h
1 parent b7ef0e3 commit db5319a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataStructures.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct TBDocument {
5353
};
5454

5555
struct TBMessage {
56-
bool isMarkdownEnabled = true;
56+
bool isMarkdownEnabled = false;
5757
bool disable_notification = false;
5858
int32_t messageID;
5959
int64_t chatId;

0 commit comments

Comments
 (0)