feat: add some aliases (pk;ls and -wprns) (#432)

This commit is contained in:
Jake Fulmine 2022-03-30 11:42:34 +02:00 committed by GitHub
parent dce29ec933
commit 494f93d629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -71,7 +71,7 @@ public static class ContextListExt
p.IncludeCreated = true;
if (ctx.MatchFlag("with-avatar", "with-image", "with-icon", "wa", "wi", "ia", "ii", "img"))
p.IncludeAvatar = true;
if (ctx.MatchFlag("with-pronouns", "wp"))
if (ctx.MatchFlag("with-pronouns", "wp", "wprns"))
p.IncludePronouns = true;
if (ctx.MatchFlag("with-displayname", "wdn"))
p.IncludeDisplayName = true;