remove new MatchFlag usage, fix glue gen

This commit is contained in:
dusk 2025-11-23 17:09:22 +00:00
parent a29ed2bda0
commit 74e7af0ee1
No known key found for this signature in database
3 changed files with 10 additions and 10 deletions

View file

@ -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)