mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 17:50:13 +00:00
feat: add -with-displayname flag to lists
This commit is contained in:
parent
2e17522de6
commit
c62b9c2d40
3 changed files with 12 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ public class ListOptions
|
|||
public bool IncludeCreated { get; set; }
|
||||
public bool IncludeAvatar { get; set; }
|
||||
public bool IncludePronouns { get; set; }
|
||||
public bool IncludeDisplayName { get; set; }
|
||||
|
||||
public string CreateFilterString()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue