mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 09:40:10 +00:00
remove new MatchFlag usage, fix glue gen
This commit is contained in:
parent
a29ed2bda0
commit
74e7af0ee1
3 changed files with 10 additions and 10 deletions
|
|
@ -207,7 +207,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
p.IncludeCreated = with_created;
|
||||
p.IncludeAvatar = with_avatar;
|
||||
p.IncludePronouns = with_pronouns;
|
||||
p.IncludeDisplayName = with_displayname;
|
||||
p.IncludeDisplayName = with_display_name;
|
||||
p.IncludeBirthday = with_birthday;
|
||||
|
||||
// Always show the sort property (unless short list and already showing something else)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue