Remove old ways to customize mentions.
This commit is contained in:
parent
f749fc7349
commit
4e6763d176
1 changed files with 0 additions and 5 deletions
|
|
@ -238,11 +238,6 @@ enum {
|
||||||
TextParseHashtags = 0x010,
|
TextParseHashtags = 0x010,
|
||||||
TextParseBotCommands = 0x020,
|
TextParseBotCommands = 0x020,
|
||||||
TextParseMarkdown = 0x040,
|
TextParseMarkdown = 0x040,
|
||||||
|
|
||||||
TextTwitterMentions = 0x100,
|
|
||||||
TextTwitterHashtags = 0x200,
|
|
||||||
TextInstagramMentions = 0x400,
|
|
||||||
TextInstagramHashtags = 0x800,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct TextWithTags {
|
struct TextWithTags {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue