feat(apiv2): actually add UUIDs to JSON models

This commit is contained in:
spiral 2021-10-12 04:25:06 -04:00
parent 9d47bfe0d8
commit 11620d94c8
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
3 changed files with 12 additions and 3 deletions

View file

@ -66,6 +66,7 @@ namespace PluralKit.Core
var o = new JObject();
o.Add("id", group.Hid);
o.Add("uuid", group.Uuid.ToString());
o.Add("name", group.Name);
if (systemStr != null)