Remove old ways to customize mentions.

This commit is contained in:
John Preston 2020-06-16 19:09:57 +04:00
parent f749fc7349
commit 4e6763d176

View file

@ -238,11 +238,6 @@ enum {
TextParseHashtags = 0x010,
TextParseBotCommands = 0x020,
TextParseMarkdown = 0x040,
TextTwitterMentions = 0x100,
TextTwitterHashtags = 0x200,
TextInstagramMentions = 0x400,
TextInstagramHashtags = 0x800,
};
struct TextWithTags {