feat: add some aliases (pk;ls and -wprns) (#432)
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user