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
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;