[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

@ -113,6 +113,7 @@ namespace SharedLibraryCore.Services
var iqClient = from client in context.Clients
.Include(c => c.CurrentAlias)
.Include(c => c.AliasLink.Children)
.Include(c => c.Meta)
where client.ClientId == entityID
select new
{