mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-09 15:01:58 +00:00
Update CS models, deps
This commit is contained in:
@@ -32,8 +32,8 @@ public class Member {
|
||||
[JsonPropertyName("bio")]
|
||||
public string? Bio { get; set; }
|
||||
|
||||
[JsonPropertyName("roles")]
|
||||
public List<string>? Roles { get; set; }
|
||||
[JsonPropertyName("roles"), JsonNumberHandling(JsonNumberHandling.AllowReadingFromString | JsonNumberHandling.WriteAsString)]
|
||||
public List<long>? Roles { get; set; }
|
||||
}
|
||||
|
||||
// Unsure if this is used anywhere outside of op14...?
|
||||
|
||||
Reference in New Issue
Block a user