[sharedlibrary] add client meta

[application] add gravatar command
This commit is contained in:
RaidMax
2018-06-01 23:48:10 -05:00
parent 6d0f859a93
commit e3dba96d72
14 changed files with 744 additions and 6 deletions

View File

@ -4,5 +4,6 @@ namespace SharedLibraryCore.Dtos
public class SharedInfo
{
public bool Sensitive { get; set; }
public bool Show { get; set; } = true;
}
}